blog-tools
A command-line tool to streamline blogging with Ruby.
This readme template was borrowed from athityakumar/colorls
Table of contents
Usage
blog-tools
is a Ruby Gem for helping with blog administration from the command line. It allows you to create posts from templates, keep track of your future ideas, and more.
Make sure to check out the documentation.
Installation
- Install Ruby (I recommend using
rbenv
to install Ruby) - Install the blog-tools ruby gem with
gem install blog-tools
. - Start using
blog-tools
!
Updating
Want to update to the latest version of blog-tools
?
sh
gem update blog-tools
Uninstallation
Want to uninstall the gem? If there was an issue with the gem, please feel free to open an issue regarding how we can enhance blog-tools
.
sh
gem uninstall blog-tools
License
This software is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request. Check out CONTRIBUTING.md for more info.