0.0.2 • Published 1 year ago

btp v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.