An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# blog-tools
*A command-line tool to streamline blogging with Ruby.*

[![forthebadge](https://forthebadge.com/images/badges/made-with-ruby.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

![License](https://img.shields.io/github/license/slavetomints/blog-tools)
![Gem Version](https://img.shields.io/gem/v/blog-tools?label=gem%20version)
![Gem Total Downloads](https://img.shields.io/gem/dt/blog-tools?label=downloads@total)
![Gem Downloads (for latest version)](https://img.shields.io/gem/dtv/blog-tools)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](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.