Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 426 Bytes

jif-playground

Unofficial test code to experiment with the design of the Juggling Interchange Format.

Running the code

Initialize dependencies using npm install.

Run the main script using npm run exec.

Run other scripts using npx ts-node src/<filename>.

Alternatively, compile everything using tsc and then run node dist/src/<filename>.

Running unit tests

Run npm test. Tests are run using jasmine.