https://github.com/slavetomints/blog-tools
Ruby gem to help with basic CLI blog maintenence
https://github.com/slavetomints/blog-tools
blog blogging cli gem programming ruby
Last synced: 11 days ago
JSON representation
Ruby gem to help with basic CLI blog maintenence
- Host: GitHub
- URL: https://github.com/slavetomints/blog-tools
- Owner: Slavetomints
- License: mit
- Created: 2025-07-16T02:07:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-01-02T05:04:57.000Z (6 months ago)
- Last Synced: 2026-01-07T23:28:14.836Z (6 months ago)
- Topics: blog, blogging, cli, gem, programming, ruby
- Language: Ruby
- Homepage: https://blog-tools.slavetomints.com/
- Size: 132 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# blog-tools
*A command-line tool to streamline blogging with Ruby.*
[](https://forthebadge.com)
[](https://forthebadge.com)




[](http://makeapullrequest.com)
*This readme template was borrowed from [`athityakumar/colorls`](https://github.com/athityakumar/colorls)*
## Table of contents
- [Usage](#usage)
- [Installation](#installation)
- [Updating](#updating)
- [Uninstallation](#uninstallation)
- [License](#license)
- [Contributing](#contributing)
## 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](https://slavetomints.com/blog-tools).
## Installation
1. Install Ruby (I recommend using [`rbenv`](https://github.com/rbenv/rbenv) to install Ruby)
2. Install the [blog-tools](https://rubygems.org/gems/blog-tools/) ruby gem with `gem install blog-tools`.
3. 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](https://github.com/Slavetomints/blog-tools/blob/main/LICENSE) file for details.
## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request. Check out [CONTRIBUTING.md](https://github.com/Slavetomints/blog-tools/blob/main/CONTRIBUTING.md) for more info.