Applog
A command line tool to create a log of applications & services stored on your computer.
Installation
Add this line to your application's Gemfile:
gem 'applog'
And then execute:
bundle
Or install it yourself as:
gem install applog
Usage
Available soon.
Contributing
- Fork the repository
- Create your feature branch:
git checkout -b my-new-feature - Add your changes:
git add . - Commit the changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Create a new Pull Request >>>>>>> master