fx23

v2.0.2
Text scanner for Node.js
task runner

test

yarn run clean && yarn run compile && yarn run lint && yarn run copy && mocha "dist/test/*.js"

dev_test

mocha "dist/test/*.js"

build

yarn test

compile

tsc

dev

yarn run clean && tsc -w

prepublishOnly

yarn run test

lint

tslint --project .

copy

copyfiles "test/data/**/*.*" "dist"

clean:dist

rm -rf dist

clean

npm run clean:dist

benchmark

node ./benchmark/index.js

Metadata

  • MIT
  • >=6.0.0
  • Mgen
  • released 2/14/2018

Downloads

Maintainers