A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).
npm install makesA tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).
Document site: https://makes.js.org
"makes" is designed to be used without any installation, as long as you have Node.js. To run "makes", do:
``bash`
npx makes
- aurelia/new npx makes aureliadumberjs/new
- npx makes dumberjsmakesjs/demo1
- npx makes makesjs/demo1makesjs/demo2
- npx makes makesjs/demo2
Try dumberjs skeleton to create various types of front-end projects. dumberjs is a JavaScript bundler using AMD module format for front-end SPA apps.
`bash`
npx makes dumberjsor
npx makes dumberjs my-project
Note npx makes dumberjs is a conventional short-cut of npx makes dumberjs/new`.
