Convert Swagger definitions file to an ascii-art checklist in jira
  • JavaScript 100%
Find a file
2019-03-13 12:36:45 +01:00
.vscode Add VS Code launch config 2019-03-13 12:36:45 +01:00
.gitignore Initial commit 2019-03-13 10:20:04 +01:00
index.js Do not assume tags are present in the root object 2019-03-13 12:36:20 +01:00
LICENSE Initial commit 2019-03-13 10:20:04 +01:00
package-lock.json Add app 2019-03-13 12:05:22 +01:00
package.json Add app 2019-03-13 12:05:22 +01:00
README.md Add app 2019-03-13 12:05:22 +01:00

swagger-to-jira

Convert Swagger definitions file to an ascii-art checklist in jira.

Very far from perfect or efficient.

Usage

Not much to say:

$ npm run start

Accepts SWAGGER_FILE env var to specify a different path (defaults to ./swagger.yaml).

Prints result to stdout, so you can redirect to a file with:

$ npm run start > output.txt