ripple-lib

v1.4.0
A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

lint

eslint src/**/*.ts 'test/*-test.{ts,js}'

perf

./scripts/perf_test.sh

test

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

build

gulp

clean

rm -rf dist/npm

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 10/29/2019

Downloads