autotune

v2.0.48
Automatically tune JavaScript apps

build

script/build.sh

bump-version

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

watch

watch --filter=script/watch-filter.js 'npm run build' src

serve

serve -l 3001

start

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

tslint

tslint --project .

test

jest

Metadata

Downloads

Maintainers