Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 302 Bytes

File metadata and controls

11 lines (6 loc) · 302 Bytes

project-scaffolder

This example uses Metalsmith to make a node project scaffolder that prompts you to enter a bit of information about your project, and then creates the new project directory for you. To test it out yourself run:

$ npm install
$ node build.js

Or simply:

$ make build