ripple-lib

v0.18.0
A JavaScript API for interacting with Ripple in Node.js and the browser

lint

tslint -p ./

perf

./scripts/perf_test.sh

test

nyc mocha

build

gulp

clean

rm -rf dist/npm

sauce

babel-node scripts/sauce-runner.js

start

babel-node scripts/http.js

watch

tsc -w

docgen

node --harmony scripts/build_docs.js

doctoc

doctoc docs/index.md --title '# RippleAPI Reference' --github --maxlevel 2

compile

mkdir -p dist/npm/common && cp -r src/common/schemas dist/npm/common/ && tsc

coveralls

cat ./coverage/lcov.info | coveralls

prepublish

npm run clean && npm run compile

compile-with-source-maps

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

Metadata

  • ISC
  • >=0.12.0
  • Unknown
  • released 1/25/2018

Downloads