Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numtostr/nodegen
A CLI tool for creating nodejs app 🚀
https://github.com/numtostr/nodegen
boilerplate cli node nodejs server terminal terminal-app
Last synced: 27 days ago
JSON representation
A CLI tool for creating nodejs app 🚀
- Host: GitHub
- URL: https://github.com/numtostr/nodegen
- Owner: numToStr
- License: mit
- Created: 2019-03-07T05:06:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T07:32:51.000Z (over 3 years ago)
- Last Synced: 2024-10-08T15:53:39.656Z (30 days ago)
- Topics: boilerplate, cli, node, nodejs, server, terminal, terminal-app
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@realvikas/nodegen
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nodegen
### A CLI tool for creating nodejs app 🚀
## Installation
```sh
$ npm install -g @realvikas/nodegen
```After installation you have access to the binary. You can use the following command to verify the installation.
```sh
nodegen -v
```For getting help about the cli
```sh
nodegen --help
```## Quick Start
Creating the app:
```bash
$ nodegen init
```This command will guide you to a series of question.
## Project Structure
```
> app
> {component}
- {component}.controllers.js
- {component}.dal.js
- {component}.model.js
- {component}.routes.js
- app.js
> bin
- www.js
> config
- keys.js
> src
- server.js
> utils
- error.js
.env
.eslintignore
.eslintrc.json
.gitignore
LICENSE
README.md
package.json
```## License
[MIT](http://opensource.org/licenses/MIT)