CLI based issue tracking manager
npm install epiqStart dev server in background terminal session:
``bash`
$ npm run dev
Run app with:
`bash`
$ npm run execute
`bash`
$ npm install --global epiq
`
$ epiq --help
Usage
$ epiq
Options
--name Your name
Examples
$ epiq --name=Jane
Hello, Jane
``