https://github.com/area17/a17-generator
A17 Generator is used to quickly install A17 FE libraries
https://github.com/area17/a17-generator
Last synced: 2 months ago
JSON representation
A17 Generator is used to quickly install A17 FE libraries
- Host: GitHub
- URL: https://github.com/area17/a17-generator
- Owner: area17
- License: mit
- Created: 2022-09-06T15:26:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:43:53.000Z (about 1 year ago)
- Last Synced: 2025-03-26T10:11:29.234Z (3 months ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A17 Generator
A17 Generator is used to quickly install A17 FE libraries. It can:
* generate a `package.json` for you,
* initialise Git,
* set up a Webpack build process,
* add helpful dot files,
* set up linting,
* set up a pre-commit hook,
* generate a `frontend` folder 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:
```shell
$ mkdir project-name && cd project-name
```And then run `a17-generator`;
```shell
$ npx @area17/a17-generator
```You 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.