cmd-coffee-crystal
cmd-coffee-crystal
A cmd line client written in crystal for interacting with cmd.coffee.
Project Health Status
Getting Started
Right now the only way to install this client is by building from source. You'll need to have crystal installed to do so.
> git clone git@github.com:cmd-coffee/cmd-coffee-crystal.git
> cd cmd-coffee-crystal
> shards install
> crystal build --warnings all -o bin/cmd.coffee ./src/main.cr
Usage
> ./bin/cmd.coffee init
# ... go through the init process to get started ...
> ./bin/cmd.coffee help
cmd.coffee - made for developers who drink it
Usage:
cmd.coffee [command] [flags] [arguments]
Commands:
brew <quantity> [units] [with <method>] # utility for determining ratios and grinds
help [command] # help about any command
init # launches the configuration walkthrough
ls [order-key] # list your existing orders
order <coffee-code> # order by coffee-code
products # list available coffees for order
version # prints the version and exits
Flags:
-c, --config # config file that drives this client. default: '~/.cmd.coffee/config.json'.
-h, --help # Help for this command. default: 'false'.
Contributing
- Fork it (https://github.com/your-github-user/cmd-coffee-crystal/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
Repository
cmd-coffee-crystal
Owner
Statistic
- 0
- 0
- 0
- 0
- 3
- over 5 years ago
- June 23, 2019
License
MIT License
Links
Synced at
Fri, 08 Nov 2024 03:00:28 GMT
Languages