mongodb-js / mj

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

mj create --submit #19

Open rueckstiess opened 9 years ago

rueckstiess commented 9 years ago

Add --submit flag that shortcuts the submit step and does it all at creation. This would be equivalent to running

mj create <template> <dir>
mj submit <dir>

This is for power-users who know what they're doing, similar to git commit -a adds every change and commits in one step.