Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyh196201/auto-issue
https://github.com/kyh196201/auto-issue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyh196201/auto-issue
- Owner: kyh196201
- Created: 2024-07-02T16:01:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T13:58:00.000Z (6 months ago)
- Last Synced: 2024-11-17T07:09:21.861Z (about 2 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-issue
## Install & Development
```bash
npm i# npm 배포
npm publish --access public# auto-issue help
npm run dev -- help# auto-issue setup
npm run dev -- setup# auto-issue clear
npm run dev -- clear# auto-issue start
npm run dev -- start# auto-issue issues
npm run dev -- issues# auto-issue issues with option
npm run dev -- issues --issue-type=bugfix
npm run dev -- issues -it bugfix
```## Use
```bash
npm install -g @seungwoo-kim/auto-issuewhich auto-issue
auto-issue help
auto-issue setup
auto-issue clear
auto-issue issues
auto-issue issues --issue-type=bugfix
auto-issue issues -it bugfix
```## TODO
- [x] 이번 주에 작업한 티켓 목록 조회하기(parameter = ticketType)
- [ ] Command 파일 분리