mankees
v0.7.0
Published
mankee see, mankee do
Downloads
4
Readme
mankees - mankee see, mankee do
mankees
is a simple terminal tool which allows you to execute custom scripts stashed at your ~/.mankees/
quickly. This makes it ideal for implementing quick utilities using Node.js.
Usage
Install the utility via NPM globally (ie. npm install mankees -g
). mankees -s
to see mankees available online. mankees -i somename
to install one. After that you can simply invoke mankees somename
or mankees -h somename
to see help included.
Authoring
mankees
uses NPM as its plugin registry. Simply publish your plugin there. In order to make it discoverable, perform the following steps:
- Add
mankees
keyword topackage.json
keywords (ie.keywords: ["mankees"]
) - Prefix the plugin with word
mankees-
. This is a convention that allows us avoid polluting NPM too much. The actual plugin name will be the remainder (ie. formankees-init
it isinit
).
License
mankees is available under MIT. See LICENSE for more details.