YahooArchive / mojito-cli-create

[archiving soon] Provide the `create` command for the mojito-cli tool to make scaffolding/boilerplate.
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

add a `--list` option to display known available types/archetypes #17

Open isao opened 11 years ago

isao commented 11 years ago

something like:

% mojito create --list
app
mojit
mything
thatstuff

% mojito create app --list
default
full
simple

% mojito create mything/configs --list
app.yaml
defaults.json
foo.bar.js
drewfish commented 11 years ago

:running:

mridgway commented 11 years ago

Is running man the new ship it? I approve of this (the running man, I haven't looked at the codes).

drewfish commented 11 years ago

I was trying to express "I like, let's run with the idea".

isao commented 11 years ago

output of --list could also be used in custom shell completions