1.1.0 • Published 2 years ago
@area17/a17-generator v1.1.0
A17 Generator
A17 Generator is used to quickly install A17 FE libraries. It can:
- generate a
package.jsonfor you, - initialise Git,
- set up a Webpack build process,
- add helpful dot files,
- set up linting,
- set up a pre-commit hook,
- generate a
frontendfolder structure, - generate a
README.md, - install a pattern library,
Plus, it has ASCII art.
Usage
Firstly, you'll want to cd into a project folder if it already exists, or if not:
$ mkdir project-name && cd project-nameAnd then run a17-generator;
$ npx @area17/a17-generatorYou may be asked to install a17-generator. And then a17-generator will then ask you a series of questions and then begin installing and setting up as needed.