edge-currency-accountbased

v0.3.2
Edge currency plugin for account based currencies

flow

flow

lint

eslint '*.js' 'src/**/*.js' 'test/**/*.js'

test

nyc mocha -r sucrase/register './test/**/*.test.js'

build

rimraf lib && sucrase ./src -q -d ./lib -t flow && webpack

updot

updot

format

import-sort -l --write '*.js' 'src/**/*.js' 'test/**/*.js'; prettier-eslint --write '*.js' 'src/**/*.js' 'test/**/*.js'

prepare

npm run build

posttest

nyc report --reporter=html

precommit

lint-staged && flow && npm test && npm run build

Metadata

Downloads

Maintainers