@tweenrex/recurve

v1.5.1
This project contains utility functions for easing, curves, etc for the TweenRex project.

build

npm run build:node && npm run build:es2015

build:node

tsc -p tsconfig.node.json

build:es2015

tsc -p tsconfig.es2015.json

build:watch

tsc -p tsconfig.node.json -w

clean

del-cli -f dist lib lib.es2015 types

format

prettier --print-width 120 --single-quote --no-semi --write "src/**/*.ts"

postversion

git push --follow-tags && npm publish --access="public"

preversion

npm run rebuild

rebuild

npm run clean && npm run build

start

concurrently -k --kill-others-on-fail -p [{name}:{pid}] -n build,test "npm run build:watch" "npm run test:watch"

test

jest

test:watch

jest && jest --watchAll
npm i @tweenrex/recurve

Metadata

  • MIT
  • Whatever
  • TweenRex
  • released 12/19/2017

Downloads

Maintainers