| layout | default |
|---|---|
| title | Home |
| nav_order | 1 |
| permalink | / |
{: .fs-10 }
A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators). {: .fs-6 .fw-300 }
Get Started{: .btn .btn-blue .mr-3 .fs-5 } View on Github{: .btn .fs-5 }
As long as you have Node.js installed, you can run makes without any installation.
npx makes <skeleton_provider>
Skeletons for Aurelia.
npx makes aurelia/v1Aurelia CLI internally uses the above command when user does
au new.
Skeletons for Aurelia 2.
npx makes aureliaTry 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 dumberjsis a conventional short-cut ofnpx makes dumberjs/new.
A skeleton demo for plain simple one file project.
npx makes makesjs/demo1A skeleton demo for customised questions and feature folders.
npx makes makesjs/demo2"makes" is licensed under the MIT license.
"makes" borrowed code from prompts, preprocess, and aurelia-cli.