NBudgie uses Gulp to automate building, which requires Node.js.
To build from scratch, install Node.js and run the following commands:
npm install -g gulp
npm install
gulp
To build, run gulp
.
You can build+lint the souce without running tests using gulp src
, or just build+lint+run tests using gulp test
.
The full list of tasks is in gulpfile.js
.
Alternately, use tsc
to build source files under /src
to /lib
, and tsc -w
to build upon file changes.
Each line of NBudgie should compile to a Budgie command and arguments. Blank lines are preserved. Unknown lines are considered comments.
In order, see: