generate-github-issues
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

generate-issues

This tool allows you to create issues using a template file

usage

npx generate-github-issues with the following params

Option Shorthand Description Type Required
--directory -d Directory with issue templates string true
--gh-token -t GitHub Access Token string true
--prefix -p Prefix added to issue title string false
--owner GitHub repository owner string true
--repo Directory with issue templates string true

Example:

npx generate-github-issues -d .issue-templates -t <YOUR_GH_ACCESS_TOKEN -p "My prefix" --owner=ktrz --repo=test-repo

Package Sidebar

Install

npm i generate-github-issues

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

8.63 kB

Total Files

15

Last publish

Collaborators

  • ktrz__