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