We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thinking maybe we have a discussion of what would be nice to haves with this tool. I'm interested in helping out.
Similar to hpal, perhaps we could have the following commands:
hpal
new
Generates starting points for projects
tori new spa
tori new ismorphic
riot/riot/AWESOME.md
make
Could generate files based on internal templates or user defined templates. Also used for generating misc setup files.
tori make config
tori make component
tori make meiosis/action
tori make plugin
tori make router
tori make final-form
Perhaps manage CLI arguments with https://github.com/hapijs/bossy and some real basic colors https://github.com/hapipal/hpal/blob/master/lib/print.js#L136
Thoughts?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thinking maybe we have a discussion of what would be nice to haves with this tool. I'm interested in helping out.
Similar to
hpal
, perhaps we could have the following commands:new
Generates starting points for projects
tori new spa
-> git clones SPA boilerplatetori new ismorphic
-> git clones https://github.com/nesterow/frontless perhaps?riot/riot/AWESOME.md
make
Could generate files based on internal templates or user defined templates. Also used for generating misc setup files.
tori make config
tori make component
tori make meiosis/action
tori make plugin
tori make router
tori make final-form
Perhaps manage CLI arguments with https://github.com/hapijs/bossy and some real basic colors https://github.com/hapipal/hpal/blob/master/lib/print.js#L136
Thoughts?
The text was updated successfully, but these errors were encountered: