megit
v0.1.2
Published
Run Git work flows for GitHub with issue tracking ticket numbers.
Downloads
2
Readme
megit
Run Git work flows for GitHub with issue tracking ticket numbers.
Usage
$ npm install -g megit
$ megit COMMAND
running command...
$ megit (-v|--version|version)
megit/0.1.2 darwin-x64 node-v13.8.0
$ megit --help [COMMAND]
USAGE
$ megit COMMAND
...
Commands
megit help [COMMAND]
display help for megit
USAGE
$ megit help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
megit open
Open an issue in the default web browser
USAGE
$ megit open
See code: src/commands/open.ts
Development
- Generate a command using the oclif command generator
- Write an oclif test
- Write an oclif command
- Use the Inquirer.js library to ask for user input
- Use the listr library for multi step commands
- Run
yarn test
before committing your changes