create-node-boiler
v1.0.5
Published
A CLI tool to create Node.js projects
Downloads
2
Readme
create-node-boiler
A CLI tool to quickly set up a Node.js project with a predefined boilerplate structure.
Installation
You can install this package globally:
npm install -g create-node-boiler
then run this command
npx create-node-boiler myapp
You can run this package directly using npx
:
npx create-node-boiler myapp