0.0.3 • Published 2 years ago

generate-github-issues v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

generate-issues

This tool allows you to create issues using a template file

usage

npx generate-github-issues with the following params

OptionShorthandDescriptionTypeRequired
--directory-dDirectory with issue templatesstringtrue
--gh-token-tGitHub Access Tokenstringtrue
--prefix-pPrefix added to issue titlestringfalse
--ownerGitHub repository ownerstringtrue
--repoDirectory with issue templatesstringtrue

Example:

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