create-module icon indicating copy to clipboard operation
create-module copied to clipboard

Support mafintosh/create-project

Open ryanramage opened this issue 10 years ago • 1 comments

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.

ryanramage avatar Mar 10 '15 14:03 ryanramage

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?

finnp avatar Mar 10 '15 18:03 finnp