generator-indysoft-web-core
Version:
Yeoman generator for IndySoft WEB Core
34 lines (20 loc) • 716 B
Markdown
IndySoft WEB Core Generator
This generator uses Yeoman to generate all types of IndySoft WEB Core projects from the command line. It's also used on the Repository Visual Studio Code Extension.
# Install the Generator
Install Yeoman and the generator generator:
```bash
npm install -g yo generator-indysoft-web-core
```
# Run Yo indysoft-web-core
The Yeoman generator will walk you through the steps required to create your projects prompting for the required information.
To launch the generator simply type:
```bash
yo indysoft-web-core
```
# Generator Output
These templates will
* Create a base folder structure
* Create all the files needed for the project
# History
# License
[MIT](LICENSE)