shifty

v3.0.2
The fastest JavaScript animation engine on the web

build

webpack

typegen

tsc

typegen:watch

tsc --watch

test

jest --watch

test:coverage

jest --coverage

ci

npm run lint && jest --reporters=default --reporters=jest-junit --coverage && tsc

doc

typedoc src/index.ts

doc:view

serve dist/doc

doc:watch

nodemon --exec "npm run doc" --watch src --watch ./ --ext ts,js,json,md --ignore dist

doc:live

run-p doc:watch doc:view

lint

eslint src webpack.*

deploy-docs

npm run build && npm run doc && gh-pages -d dist

preversion

npm run ci

postversion

git push && git push --tags

prettier

prettier 'src/**/*.ts' webpack.* --write

Metadata

  • MIT
  • Whatever
  • Jeremy Kahn
  • released 9/25/2023

Downloads

Maintainers