@xdefi/bitcoin-provider

v0.0.0
xdefi bitcoin provider
bitcoin xdefi provider

cleanup

shx rm -rf dist

prebuild

npm run cleanup && npm run verify

build

tsc && tsc --target es2018 --outDir dist/esm2015 && rollup -c config/rollup.config.js && rollup -c config/rollup.config.js --environment NODE_ENV:production

postbuild

node scripts/copy && npm run size

docs

typedoc -p . --theme minimal --target 'es6' --excludeNotExported --excludePrivate --ignoreCompilerErrors --exclude "**/src/**/__tests__/*.*" --out docs src/

test

jest -c ./config/jest.config.js

test:watch

npm t -- --watch

test:coverage

npm t -- --coverage

test:ci

npm t -- --ci

validate-js

tsc -p ./config && tsc -p ./scripts

verify

npm run validate-js && npm run style && npm run test:ci

commit

git-cz

style

npm run format -- --list-different && npm run lint

style:fix

npm run format:fix && npm run lint:fix

format

prettier "**/*.{ts,tsx,js,jsx,css,scss,sass,less,md}"

format:fix

npm run format -- --write

lint

tslint --project tsconfig.json --format codeFrame

lint:fix

npm run lint -- --fix

prerelease

npm run build

release

standard-version

postrelease

node scripts/copy && node scripts/build && npm run release:github && npm run release:npm

release:github

git push --no-verify --follow-tags origin master

release:npm

npm publish dist

release:preflight

npm pack ./dist --dry-run

size

node scripts/file-size ./dist/bundles/index.umd.min.js ./dist/bundles/index.esm.min.js
npm i @xdefi/[email protected]

Metadata

  • MIT
  • >=8.5
  • dp
  • released 10/26/2020

Downloads

Maintainers