https://github.com/simonihmig/fastboot-migration-issue-creator
https://github.com/simonihmig/fastboot-migration-issue-creator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonihmig/fastboot-migration-issue-creator
- Owner: simonihmig
- Created: 2017-05-25T20:34:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T11:14:13.000Z (about 8 years ago)
- Last Synced: 2025-03-29T02:08:23.850Z (2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastboot-migration-issue-creator
Create a Github issue for every addon that has known issues with the breaking changes introduced by FastBoot 1.0.
## Usage
```bash
node src/index.js -u -p
node src/index.js -u -p -t // test mode, don't create issues
```### Test mode
Skip creating Github issues:
```bash
node src/index.js -u -p -t
```### Work on dummy addon
Instead of searching for real addons that need to be fixed, create issues on this [dummy repo](https://github.com/simonihmig/fastboot-migration-issue-creator-dummy-addon):
```bash
node src/index.js -u -p -d
```