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
Cannot find the template you need? Head over to 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.
- proper error handling
- proper logging
- add more templates
- add more random phrases (displayed at the end of setup)
npm i -g get-node-app
prerequisite:
- NodeJs
- Git
- npm/yarn
to run use gna
or get-node-app
Easy peazy! now get into the folder and do your stuff ;)
option: -d
or --debug
gna -d
it won't delete log file even if no error occured
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.
head over issues and follow the issue template to report the bug or issue.
head over issues and follow the issue template to request a feature