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

https://github.com/abunashir/gplanner

Goal / Git Planner
https://github.com/abunashir/gplanner

git-planner goal-planner planner

Last synced: 2 months ago
JSON representation

Goal / Git Planner

Awesome Lists containing this project

README

        

# Goal / Git Planner

[![Github CI](https://github.com/abunashir/gplanner/actions/workflows/test.yml/badge.svg)](https://github.com/abunashir/gplanner/actions/workflows/test.yml)

## Installation

Add this line to your application's Gemfile:

```ruby
gem "gplanner", github: "abunashir/gplanner"
```

And then execute:

```sh
bundle install
```

## Usage

### Start planning

```sh
bin/planner plan day --editor
```

### Build commit message

```sh
bin/planner commit day
```

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).