autotune

v1.0.5
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

bump-version

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

watch

watch 'npm run build' src

serve

serve -l 3001

start

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

test

echo "Error: no test specified" && exit 1

Metadata

  • ISC
  • Whatever
  • typeguard, Inc.
  • released 6/8/2018

Downloads

Maintainers