0.5.0 • Published 4 years ago

create-ecma-app v0.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Version Build Status Code Climate codecov HitCount

Create Ecma App

This project is like a create-react-app. Everybody knows that install and configure Babel is boring.

This boilerplate uses the last version of babel and create a small vanilla project using Ecma features.

Create your own project

To create your project you only must run:

  $ npx create-ecma-app my-app-name
  $ cd my-app-name

And now you have a node with ecma features working.

Options to create your project

The create-ecma-app will generate the project with default params, but you can set passing params in terminal.

Usage: create-ecma-app <project-name> [options]

Options:
  -V, --version                    output the version number
  -v, --verbose                    print additional logs
  -d, --description [description]  description to project
  -a, --author [author]            author of the project
  --ask-me                         the create-ecma-app will ask about props
                                   in generation
  -h, --help                       output usage information
    Only <project-name> is required.

Commands in project generated

In your project you have the commands:

CommandDescription
startStart the project in production mode (must build before)
buildBuild the project in dist folder
build:webBuild the project in dist folder to run in browser
devRun in development mode with watcher
execRun the code in src folder once without build
lintRun lint validator using Airbnb lint pattern
lint:fixRun lint validator and fix some bugs if exists
testRun tests using jest
test:coverageRun tests using jest and return the coverage code
validateRun tests and lint (ideal to CI)

You can run with npm run or yarn. Ps: If yarn exists in your machine, the installation will use instead of npm

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago