makes

3.2.0 • Public • Published

makes CI

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

Document site: https://makes.js.org

Run "makes"

"makes" is designed to be used without any installation, as long as you have Node.js. To run "makes", do:

npx makes <skeleton_provider>

Example skeletons

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
# or
npx makes dumberjs my-project

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

makes dumberjs

Package Sidebar

Install

npm i makes

Weekly Downloads

79

Version

3.2.0

License

MIT

Unpacked Size

283 kB

Total Files

6

Last publish

Collaborators

  • huochunpeng