The WYcreative Engineering Team Front-End project generator.
npm install --global @wycreative/generator-genesisOpen a terminal pointed to the directory you want to start a new project and run:
yo @wycreative/genesisThen answer the prompts that will appear in the terminal. After that, the project files will be generated.
With the repository cloned locally, open the terminal pointed to the repository's root and run:
npm installThen, to make the local version of the generator available as a global package in the system, with the terminal still pointing to the repository's root, run the following to create an alias:
npm linkNow you can use it in any directory as described in Usage. All changes made in the generator will reflect immediately in the globally installed alias.
| Command | Description |
|---|---|
npm test |
Checks for code-style issues. |