Josh Goldberg e36d9e8039 Merge pull request #25 from FullScreenShenanigans/greenkeeper/sinon-chai-3.0.0
Update sinon-chai to the latest version 🚀
2018-03-06 08:39:20 -08:00
2017-12-28 20:24:21 -08:00
2018-01-14 11:51:43 -08:00
2017-12-29 12:07:17 -08:00
2017-12-28 20:24:21 -08:00
2018-01-12 10:58:03 -08:00
2015-06-17 05:33:57 -04:00
2018-01-21 12:54:26 -08:00
2018-01-08 00:50:20 -08:00

ScenePlayr

Greenkeeper badge Build Status NPM version

A stateful cutscene runner for jumping between scenes and their routines.

Development

After forking the repo from GitHub:

git clone https://github.com/<your-name-here>/ScenePlayr
cd ScenePlayr
npm install
npm run setup
npm run verify
  • npm run setup creates a few auto-generated setup files locally.
  • npm run verify builds, lints, and runs tests.

Building

npm run watch

Source files are written under src/ in TypeScript and compile in-place to JavaScript files. npm run watch will directly run the TypeScript compiler on source files in watch mode. Use it in the background while developing to keep the compiled files up-to-date.

Running Tests

npm run test

Test files are alongside source files under src/ and named *.test.ts?. Whenever you add, remove, or rename a *.test.t* file under src/, watch will re-run npm run test:setup to regenerate the list of static test files in test/index.html. You can open that file in a browser to debug through the tests. npm run test:run will run that setup and execute tests using Puppeteer.

S
Description
No description provided
Readme 406 KiB
Languages
TypeScript 100%