Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadmuhlas/spatula

A simple tool to help your development workflow
https://github.com/muhammadmuhlas/spatula

automation bitbucket go jira pmt release scm

Last synced: about 1 month ago
JSON representation

A simple tool to help your development workflow

Awesome Lists containing this project

README

        

## Spatula

[![asciicast](https://asciinema.org/a/376187.svg)](https://asciinema.org/a/376187)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmuhammadmuhlas%2Fspatula.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmuhammadmuhlas%2Fspatula?ref=badge_shield)

A simple tool to help your development workflow with jira and bitbucket

### Highlights:
1. Automatic release note generation
2. Project Management Tool integration (currently: jira. Other PMT is open for contribution)
3. Source Code Management integration (currently: bitbucket. Other SCM is open for contribution)
4. Merge your works from PMT into another branch easily.
5. Neat Issue listing in one line command
6. PMT issue query templating
7. Release bunch of issue keys to their production easily

### Installation
`go get -u github.com/muhammadmuhlas/spatula`

### Configuration
`spatula init`

Configuration saved to current working directory with name `.spatula.yaml`

### Usage
`spatula help`

### Contribution
Pull Request are welcome and create an issue if you found some!

---

#### awesome repo make this tools works
https://github.com/ktrysmt/go-bitbucket

https://github.com/go-jira/jira

https://github.com/spf13/cobra

https://github.com/spf13/viper

https://github.com/alexeyco/simpletable

https://github.com/AlecAivazis/survey

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmuhammadmuhlas%2Fspatula.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmuhammadmuhlas%2Fspatula?ref=badge_large)