generator-toy-project
v0.1.1
Published
Project scaffolding generator based yeoman-gerator
Downloads
2
Readme
Project Generator (in progress)
Project scaffolding generator based yeoman-gerator
Templates
- [VanillaJS template with Webpack 4]
- ing
- [TypeScript template with Webpack 4]
- ing
Usage
$ npm install --global yo generator-toy-project
$ yo # or yo toy-project
# Prompting... and done!
$ npm start
Development Installation
# first Please fork this repository and clone.
$ npm install
$ npm link
# cd test/[YOUR WORKSPACE]
$ yo toy-project
# testing... and dome!
# commit and push and enroll pull request!