fengdie-ast-analysis

v0.2.2
fengdie static analysis.

clean

rm -rf lib

build

babel -d lib/ src/

start

npm run build -- -w

test

NODE_ENV=test nyc mocha --no-timeouts ./test/*-test.js ./test/**/*-test.js

debug

mocha --require babel-register --no-timeouts ./test/*-test.js ./test/**/*-test.js

report

nyc report --reporter=html

coveralls

nyc report --reporter=text-lcov | coveralls

prepublish

npm run clean && npm run build
npm i fengdie-ast-analysis

Metadata

  • MIT
  • Whatever
  • Chris Fan
  • released 12/15/2016

Downloads