📗 A third-party command line interface for larder.io
Note: This project is a work-in-progress, and as such, may not be fully functional quite yet. Note this also means patch versions in the 0.0.z
release family can be major breaking changes. Until we reach a 0.1.0
, upgrade at your own risk!
To install, simply run gem install lard
. Then, you can run the binary by calling lard
.
You'll need to log in before you can do much, so follow instructions in lard login
to get started.
I welcome contributions of all kinds! Feel free to open an issue to discuss problems, feature requests, smoothie flavors, or code changes you'd like to make. This project is meant to be useful to every Larder user, so I'd love to hear from you!
If you want to run the code locally, follow these steps:
bundle install
ruby bin/lard -Ilib
to reference the local lib/lard.rb
file when bin/lard
tries to require 'lard'
For brownie points you can install the rubocop
gem and try to make sure you limit the warnings that crop up from rubocop
, but don't sweat it since Travis CI will run this for you if you don't!
Checked boxes represent minimally viable completed features, meaning they are feature complete but may leave room for future improvement: