MiracleBlue / hpm

The official package manager for HyperTerm

Home Page:https://npmjs.com/hpm-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hpm Build Status XO code style Coverage Status

✨ A plugin manager for HyperTerm ✨

Install

npm install -g hpm-cli

Usage

❯ hpm help

  Usage: hpm [options] [command]

  Commands:

    d, docs, h, home          Open the npm page of a plugin
    f, fork                   Fork a plugin from npm into your ~/.hyperterm_plugins/local
    help                      Display help
    i, install                Install a plugin
    ls, list                  List installed plugins
    ls-remote                 List plugins available on npm
    s, search                 Search for plugins on npm
    u, uninstall, rm, remove  Uninstall a plugin

  Options:

    -h, --help     Output usage information
    -v, --version  Output the version number

Upcoming

  • hpm view hyperpower – something similar to npm view
  • hpm i hyperpower@beta – same as npm i package@tag
  • hpm u --tmp – comment the plugin in .hyperterm.js instead of deleting it
  • Bulk commands (e.g. hpm i hyperpower hyperyellow)
  • hpm help – same as npm help

Done

  • hpm i hyperpower#1.0.0
  • hpm fork hyperpower
  • hpm search <query>
  • hpm uninstall <plugin>
  • hpm ls

Maybe

  • hpm init (or something like that) that downloads HyperTerm for you

About

The official package manager for HyperTerm

https://npmjs.com/hpm-cli

License:MIT License


Languages

Language:JavaScript 100.0%