layout | title | nav_order | permalink |
---|---|---|---|
default |
Home |
1 |
/ |
{: .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>
![makes dumberjs]({{ site.baseurl }}/assets/makes-dumberjs.gif)
Skeletons for Aurelia.
npx makes aurelia/v1
Aurelia CLI internally uses the above command when user does
au new
.
Skeletons for Aurelia 2.
npx makes aurelia
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 ofnpx makes dumberjs/new
.
A skeleton demo for plain simple one file project.
npx makes makesjs/demo1
A 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.