ripple-lib

v0.13.0-rc1
A JavaScript API for interacting with Ripple in Node.js and the browser

lint

if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; echo 'plugins: - flowtype' >> eslintrc; fi; eslint --reset -c eslintrc src/

perf

./scripts/perf_test.sh

test

istanbul test _mocha

build

gulp

clean

rm -rf dist/npm && rm -rf build/flow

compile

babel --optional runtime -d dist/npm/ src/ && cp -r src/api/common/schemas/ dist/npm/api/common/schemas/

coveralls

cat ./coverage/lcov.info | coveralls

typecheck

babel --optional runtime --blacklist flow -d build/flow/ src/ && flow check

prepublish

npm run clean && npm run compile

compile-with-source-maps

babel --optional runtime -s -t -d dist/npm/ src/

Metadata

  • ISC
  • >=0.12.0
  • Unknown
  • released 7/22/2015

Downloads