btp
v0.0.2
Published
Command line utility for packaging Beryl plugins.
Downloads
3
Readme
btp (BerylTimerPlugins)
Official plugin packager for the Beryl timer.
Installation
With Node.js and NPM installed run npm i -g btp
.
Usage
package
Running btp package
will create a .bipa
file with all of the contents of the current working directory (recursive).
If you wish to exclude any files from the generated file, a .berylignore
file can put in the current working directory.
This file uses the .gitignore
syntax for specifying which files should included and which should be excluded.