edge-currency-monero

v0.1.3
Edge Monero currency plugin

build

npm run webpack && npm run rollup && npm run build:flow

build:clean

rimraf lib

build:flow

flow-copy-source -v -i '**/test/**' src lib

build:test

rollup -c rollup.config.test.js

build:sample

rollup -c rollup.config.sample.js

precommit

npm run build && npm test

flow

flow status

format

prettier-eslint --write '*.js' 'src/**/*.js' 'test/**/*.js'

lint

eslint '*.js' 'src/**/*.js' 'test/**/*.js' && npm run flow

lint:fix

eslint --fix '*.js' 'src/**/*.js' 'test/**/*.js' && npm run flow

prepare

npm run build

rollup

rollup -c

pretest

npm run build:test && npm run lint

test

nyc mocha --require source-map-support/register build/tests.cjs.js

posttest

nyc report --reporter=html

updot

updot

webpack

webpack

Metadata

Downloads