ripple-lib

v1.2.4
A JavaScript API for interacting with Ripple in Node.js and the browser

lint

tslint -p ./

perf

./scripts/perf_test.sh

test

TS_NODE_PROJECT=src/tsconfig.json nyc mocha --exit

build

gulp

clean

rm -rf dist/npm

sauce

node scripts/sauce-runner.js

start

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 --build

prepublish

npm run clean && npm run compile && npm run build

Metadata

  • ISC
  • >=6.12.3
  • Unknown
  • released 6/6/2019

Downloads