https://github.com/souvikinator/get-node-app
Setup basic NodeJS templates in few steps
https://github.com/souvikinator/get-node-app
get-node-app gna nodejs templates
Last synced: 4 months ago
JSON representation
Setup basic NodeJS templates in few steps
- Host: GitHub
- URL: https://github.com/souvikinator/get-node-app
- Owner: souvikinator
- License: mit
- Created: 2021-03-28T17:45:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T19:43:23.000Z (about 4 years ago)
- Last Synced: 2025-01-28T22:46:59.270Z (6 months ago)
- Topics: get-node-app, gna, nodejs, templates
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/get-node-app
- Size: 316 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Get Node App
Sick of writing node apps from scratch? **Get Node App** to rescue. It helps you setup a basic template of a specific node app. Templates can be found over [here](https://github.com/DarthCucumber/get-node-app-templates/)
Cannot find the template you need? Head over to [*get-node-app-templates*](https://github.com/DarthCucumber/get-node-app-templates/) and add you own or improve existing templates (make sure to read contribution guide)
**note**: it's somewhat in beta phase so please report bugs.
## Todo:
- [ ] proper error handling
- [ ] proper logging
- [ ] add more templates
- [ ] add more random phrases (displayed at the end of setup)## Installation
```bash
npm i -g get-node-app
```**prerequisite**:
- NodeJs
- Git
- npm/yarn## Demo
to run use `gna` or `get-node-app`

Easy peazy! now get into the folder and do your stuff ;)
## Running in debug mode
option: `-d` or `--debug`
```bash
gna -d
```
it won't delete log file even if no error occured
## Contribution
We love your input! We want to make contributing to this project as easy and transparent as possible. Below are few guidelines:
- Before making any PR, working on a fix or new feature, make sure you open a new Issue(if doesn't exist) to discuss things transparently and get community feedback.
- Make sure to work on a new branch. Branch should have a short and descriptive name.
### Facing issue or found a bug?
head over [issues](https://github.com/DarthCucumber/get-node-app/issues/new?assignees=&labels=bug&template=bug_report.md&title=) and follow the issue template to report the bug or issue.
### Request a feature?
head over [issues](https://github.com/DarthCucumber/get-node-app/issues/new?assignees=&labels=help+wanted%2C+question&template=feature_request.md&title=) and follow the issue template to request a feature