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

https://github.com/simonihmig/fastboot-migration-issue-creator


https://github.com/simonihmig/fastboot-migration-issue-creator

Last synced: about 2 months ago
JSON representation

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
```