edge-exchange-plugins

v2.4.3
Exchange-rate sources for the Edge core

fix

eslint . --fix

lint

eslint .

node

sucrase -d ./lib -q -t imports,typescript ./src

test

nyc mocha 'test/**/*.test.ts'

clean

rimraf dist lib android/src/main/assets/edge-exchange-plugins

start

webpack serve

types

tsc

verify

npm-run-all prepare lint types test

prepare

husky install && npm-run-all clean node types webpack

webpack

webpack && cp -r android/src/main/assets/edge-exchange-plugins dist

precommit

lint-staged && npm-run-all types test

Metadata

Downloads