mongodb-js / mj

#wip mongodb-js tooling
https://github.com/mongodb-js/mj
Apache License 2.0
0 stars 2 forks source link

Allow template cloning from github repos #20

Open rueckstiess opened 9 years ago

rueckstiess commented 9 years ago

Current implementation ships the templates inside the ./templates folder. We might want to add the option to clone a template that's not included in mj (e.g. scout-related things, which are not public).

For example:

mj create git@github.com/mongodb-js/scout-component ./my_new_component

khaos uses khaos install and khaos create. But maybe the install step is not necessary, it just clones the current version of the repo directly.