formation
$ crystal init app
replacement
Usage
Recommended usage
$ shards build # build formation
$ mv bin/formation ~/bin/formation # move the binary to somewhere in your path
$ cd the/place/you/keep/projects # change your directory to where you keep projects
$ formation MyAppName # form a project in the current directory named my-app-name
If the shards subcommand fallback PR gets accepted, this would be recommended usage
$ shards build # build formation
$ mv bin/formation ~/bin/shards-form # move the binary to somewhere in your path
$ cd the/place/you/keep/projects # change your directory to where you keep projects
$ shards form MyAppName # form a project in the current directory named my-app-name
Contributing
- Fork it ( https://github.com/willamin/formation/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- willamin Will Lewis - creator, maintainer