0.1.1 • Published 7 years ago

keyplug v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

keyplug

keyplug is a CLI for packaging Saka Key plugins for distribution. It takes a javascript file containing a Saka Key plugin and transforms it into a JSON file that Saka Key understands. It also optimizes javascript functions by running them through Babel Minify before stringifying them.

Install

npm install -g keyplug

Usage

ls
# plugin.js
keyplug plugin.js
ls
# plugin.js   plugin.json
0.1.1

7 years ago

0.1.0

7 years ago