0.15.2 • Published 4 years ago

@hammal/cli v0.15.2

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

@hammal/cli

Install

npm install -g @hammal/cli

Usage

Usage: hammal <command>

Options:
  -v, --version                              output the version number
  -h, --help                                 output usage information

Commands:
  create <project-name>                      generate a new project from a template
  list|ls                                    list available templates
  add <template> <repository> [description]  add one custom template
  del <template>                             delete one custom template

Templates

pure --------- nicolaszhao/pure-boilerplate
react -------- nicolaszhao/react-boilerplate
react-spa ---- nicolaszhao/react-spa-boilerplate
react-app ---- nicolaszhao/react-app-boilerplate
vue-app ------ nicolaszhao/vue-app-boilerplate
library ------ nicolaszhao/library-boilerplate
react-library  nicolaszhao/react-library-boilerplate

You can add custom templates locally.

@hammal/cli-service projects

pure, react, react-spa, react-app.

browserslist

All projects will set browserslist config in package.json:

{
  ...
  "browserslist": {
    "production": [
      "> 1%",
      "last 2 versions"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}

ESLint

All templates have ESLint, you can remove ESLint by terminal inquirer.

License

MIT © nicolaszhao

0.15.2

4 years ago

0.15.1

4 years ago

0.15.0

4 years ago

0.14.0

4 years ago

0.13.1

4 years ago

0.13.0

4 years ago

0.12.5

4 years ago

0.12.4

4 years ago

0.12.1

4 years ago

0.12.2

4 years ago

0.12.3

4 years ago

0.12.0

4 years ago

0.11.3

4 years ago

0.11.2

4 years ago

0.11.1

5 years ago

0.11.0

5 years ago