create-nodejs-project icon indicating copy to clipboard operation
create-nodejs-project copied to clipboard

A npm project initializer to scafold a project and include basic tools like lint, testing, etc.

Results 16 create-nodejs-project issues
Sort by recently updated
recently updated
newest added

If a testing package got installed, the new project should include - a test folder - a script for test on package.json

enhancement

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.

bug

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...

bug

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...

enhancement

Add an option like `-y` that will respond with all the defaults to the questionnaire

enhancement