create-module
create-module copied to clipboard
Support mafintosh/create-project
It would be nice if this tool worked with
https://github.com/mafintosh/create-project
That project has a very nice way of using templates to get the initial repo structure, it is just missing the nice workflow in this create-module project.
Sounds great. I think it would be best if create-project could be programmatically used with an API like:
var createProject = require('create-project')
createProject(path, 'repo/repo', {'foo': 'bar', 'name': 'project'})
Then we could use it internally and make it overwritable as well. Wanna take a stab at it?