edge-exchange-plugins

v0.16.6
Exchange-rate sources for the Edge core

fix

eslint . --fix

lib

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

lint

eslint .

test

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

build

husky install && npm-run-all clean -p lib types

clean

rimraf lib

types

tsc

prepare

husky install && npm run build

precommit

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

start.dev

nodemon

Metadata

Downloads