Skip to main content Link Menu Expand (external link) Document Search Copy Copied

makes

A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).

Get Started View on Github


Run makes

As long as you have Node.js installed, you can run makes without any installation.

npx makes <skeleton_provider>

makes dumberjs

Example skeletons

aurelia/v1

Skeletons for Aurelia.

npx makes aurelia/v1

Aurelia CLI internally uses the above command when user does au new.

aurelia/new

Skeletons for Aurelia 2.

npx makes aurelia

dumberjs/new

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.

npx makes dumberjs

npx makes dumberjs is a conventional short-cut of npx makes dumberjs/new.

makesjs/demo1

A skeleton demo for plain simple one file project.

npx makes makesjs/demo1

makesjs/demo2

A skeleton demo for customised questions and feature folders.

npx makes makesjs/demo2

License

“makes” is licensed under the MIT license.

Acknowledgements

“makes” borrowed code from prompts, preprocess, and aurelia-cli.