https://github.com/abunashir/gplanner
Goal / Git Planner
https://github.com/abunashir/gplanner
git-planner goal-planner planner
Last synced: about 1 year ago
JSON representation
Goal / Git Planner
- Host: GitHub
- URL: https://github.com/abunashir/gplanner
- Owner: abunashir
- License: mit
- Created: 2017-12-24T06:59:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T10:34:58.000Z (over 4 years ago)
- Last Synced: 2025-04-02T23:34:08.919Z (over 1 year ago)
- Topics: git-planner, goal-planner, planner
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Goal / Git Planner
[](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).