This is simple package.json generator tool. It helps me to start new projects without typo errors. This tool has templates, so it can automatically create all needed files for new projects. You can extend it with new templates.
git clone https://github.com/javascriptiscoolpl/package-json-template.git
Default settings are available in file (as bash variables):
bash/build.bash
To see supported project types run:
ls templates
To build all needed files using default settings run:
npm run build
To build all needed files using slower ask mode run:
npm run ask
To clean projects folder run:
npm run clean
MIT