Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 770 Bytes

Development.md

File metadata and controls

27 lines (19 loc) · 770 Bytes

Development

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.

Technical Structure

Each line of NBudgie should compile to a Budgie command and arguments. Blank lines are preserved. Unknown lines are considered comments.

In order, see: