megit
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

megit

Run Git work flows for GitHub with issue tracking ticket numbers.

oclif Version CircleCI Downloads/week License

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

  1. Generate a command using the oclif command generator
  2. Write an oclif test
  3. Write an oclif command
  4. Use the Inquirer.js library to ask for user input
  5. Use the listr library for multi step commands
  6. Run yarn test before committing your changes

Readme

Keywords

Package Sidebar

Install

npm i megit

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

5.17 kB

Total Files

13

Last publish

Collaborators

  • greganswer