mappy

v1.0.0
A configurable map engine
map engine mappy geojson

test:ci

npm run jshint && mocha -u mocha-given -R spec --compilers js:6to5/register test/**/*.spec.js

test:dev

testem -g

test

npm run test:dev

build:prod

buildbro --es6 --minifyglobal --brfs --jshint ./index.js ./dist/bundle-min.js

build:dev

buildbro --es6 --debug --brfs --jshint ./index.js ./dist/bundle.js

build:watch

buildbro -w -e -d -b -s dist -p 3000 -j ./index.js ./dist/bundle.js

build:all

npm run build:dev && npm run build:prod

build

npm run build:all

jshint

jshint .

start

npm run build:watch
npm i mappy

Metadata

  • MIT
  • 0.10.32
  • Richard Walker
  • released 2/9/2017

Downloads