mongodb-js / mj

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

#4 mj create #17

Closed rueckstiess closed 9 years ago

rueckstiess commented 9 years ago

Usage: mj create <template> [<directory>]

Creates a new directory at the given location if non-existent (default is .), prompts for some initial information like name and description, and copies the template files into the directory.

Does not copy into non-empty directories, unless --force is used.

Review on Reviewable

imlucas commented 9 years ago

Reviewed 60 of 60 files at r1. Review status: all files reviewed at latest revision, 2 unresolved discussions, all commit checks successful.


.jshintrc, line 5 [r1] (raw file): ?


bin/mj.js, line 2 [r1] (raw file): require ../


Comments from the review on Reviewable.io

rueckstiess commented 9 years ago

Review status: 57 of 60 files reviewed at latest revision, 2 unresolved discussions, some commit checks pending.


.jshintrc, line 5 [r1] (raw file): Ah. it was missing in the empty template (and the khaos-node template I based it on). Because I used mj create cli to actually rewrite mj, it got lost :) added back to template and mj.


Comments from the review on Reviewable.io