fatina-plugin-helpers

v0.0.1
Fatina plugin for 2d library like Pixi.js, Phaser, ...
tween tweener tweening easing animation sequence typescript game pixi and 2 more...

all

npm run deps && npm run build && npm run dev

deps

npm install .

build

tsc && rimraf build && webpack && rimraf lib && rimraf build/lib

dev

webpack-dev-server

clean

run-s clean:build clean:modules clean:coverage

clean:build

shx rm -rf build lib

clean:modules

rimraf "./node_modules"

clean:docs

rimraf "./docs"

clean:coverage

rimraf "./coverage"

test

run-s test:**

test:lint

tslint --type-check --project tsconfig.json './src/**/*.ts' 'tests/**/*.ts'

test:unittest

ts-node node_modules/tape/bin/tape ./tests/**/*.ts | tspec

docs

npm run typedoc -- --options typedoc.json ./src/

typedoc

typedoc

coverage

nyc --all --reporter=html --reporter=text npm run test:unittest

coveralls

nyc --all --reporter=text-lcov npm run test:unittest | coveralls

Metadata

  • MIT
  • Whatever
  • Kevin destrem
  • released 6/21/2017

Downloads

Maintainers