intelliot / ripple-lib-starter

Starter project for getting started with ripple-lib (RippleAPI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ripple-lib-starter

Simple starter project for getting started with ripple-lib and TypeScript

Requirements

  • Node.js LTS
  • Yarn

Features

  • TypeScript
  • ripple-lib
  • Linting with eslint
  • Testing with Jest
  • Code coverage

Scripts

  • compile
    • Runs typescript (tsc) and outputs to ./dist
  • lint
    • Runs eslint (use --fix to automatically fix issues)
  • test
    • Runs jest testing framework
  • coverage
    • Collects code coverage information and outputs to ./coverage

About

Starter project for getting started with ripple-lib (RippleAPI)


Languages

Language:JavaScript 56.5%Language:TypeScript 43.5%