Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muhammadmuhlas/spatula
- Owner: muhammadmuhlas
- License: mit
- Created: 2020-11-30T07:56:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T22:02:46.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T01:42:55.968Z (6 months ago)
- Topics: automation, bitbucket, go, jira, pmt, release, scm
- Language: Go
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-bitbuckethttps://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)