shifty

v2.20.0
The fastest JavaScript animation engine on the web

build

webpack

typegen

tsc

typegen:watch

tsc --watch

test

jest --watch

ci

npm run lint && jest && tsc

doc

jsdoc -c .jsdoc src/*.js

doc:view

serve dist/doc

doc:watch

nodemon --exec "npm run doc" --watch src --watch ./ --ext js,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/**/*.js' webpack.* --write

Metadata

  • MIT
  • Whatever
  • Jeremy Kahn
  • released 1/14/2023

Downloads

Maintainers