create-nodejs-project
create-nodejs-project copied to clipboard
A npm project initializer to scafold a project and include basic tools like lint, testing, etc.
If a testing package got installed, the new project should include - a test folder - a script for test on package.json
The node version used on the package.json file listed under engines is hardcoded. It should display the current version available on the project folder.
When the Github project is created, it contains the name and the description, but not the topics/keywords even when those are requested on the questionnaire. **Tech:** Github API v3 is...
At this moment, the initializer only allows one account for Github. Will be great to have on settings multiple Github personal accounts and be able to select which one to...
Add an option like `-y` that will respond with all the defaults to the questionnaire