generator-js-pj
v0.2.3
Published
generator for javascript git project
Downloads
2
Maintainers
Readme
generator-js-pj
A yeoman generator for generating the javascript project with git
Install
First, you must install yeoman using npm
which is a tool to generate project rapidly.
npm install -g yo
Then, install generator-js-pj
.
npm install -g generator-js-pj
Now, you can use yo js-pj
to generate a javascript with git.
Usage
- After installation, enter the directory where you want to create new project in terminel.
- Excute
yo js-pj
- Enter infomation about creating new project follow the tips
- enter the new project directory to complete the first commit
Feedback
If you have any questions, please create Issues.