autotune

v1.0.14
Automatically tune JavaScript apps

browserify

browserify dist/index.js --standalone autotune -o dist/index.browser.js && uglifyjs dist/index.browser.js --compress --mangle -o dist/index.browser.min.js

build

rm -rf dist && tsc -p tsconfig.json && npm run browserify && cp dist/index.browser.js docs/autotune.js

bump-version

ts-node script/patch-npm-version.ts

watch

watch 'npm run build' src

serve

serve -l 3001 docs

start

concurrently 'npm run watch' 'npm run serve' 'sleep 1 && open http://localhost:3001/'

tslint

tslint --project .

Metadata

Downloads

Maintainers