https://github.com/afeiship/generator-nodejs
Yeoman generator for runtime nodejs app.
https://github.com/afeiship/generator-nodejs
generator nodejs runtime yeoman yo
Last synced: 6 months ago
JSON representation
Yeoman generator for runtime nodejs app.
- Host: GitHub
- URL: https://github.com/afeiship/generator-nodejs
- Owner: afeiship
- License: mit
- Created: 2017-04-27T07:03:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T23:21:33.000Z (over 3 years ago)
- Last Synced: 2025-02-07T10:45:26.749Z (8 months ago)
- Topics: generator, nodejs, runtime, yeoman, yo
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-nodejs
> Yeoman generator for runtime nodejs base file.## installation
```shell
git clone git@github.com:afeiship/generator-nodejs.git
cd generator-nodejs
npm install
npm link
```## usage
```shell
yo @jswork/nodejs
```