Josh Goldberg edf312d4a5 Complete refactor (#6)
* Complete refactor for node

* Rewrote README.md for node

* Remove EightBittr from readme...

* Moved tsc output to "src"
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00
2015-05-06 22:20:05 -04:00
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00
2016-05-17 10:39:38 -07:00

MapScreenr

Build Status NPM version

A flexible container for map attributes and viewport.

Build Process

MapScreenr uses Gulp to automate building, which requires Node.js.

To build from scratch, install NodeJS and run the following commands:

npm install
gulp

Individual Gulp tasks

  • gulp dist - Compiles the source into dist/.
  • gulp tsc - Runs the TypeScript compiler.
  • gulp tslint - Runs TSLint.
  • gulp test - Runs tests in tests/.
  • gulp watch - Runs the tsc and tslint tasks when a source file changes.
S
Description
No description provided
Readme
945 KiB
Languages
TypeScript 100%