Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Wrap the Trezor.js & trezorlink JS libraries in a webpack setup to export a browser comaptible js file

License

Notifications You must be signed in to change notification settings

btcpayserver/trezor-webpack-wrapper

Repository files navigation

trezor-webpack-wrapper

Features

  • Webpack 4 based.
  • ES6 as a source.
  • Exports in a umd format so your library works everywhere.
  • ES6 test setup with Mocha and Chai.
  • Linting with ESLint.

Scripts

  • yarn build or npm run build - produces production version of your library under the lib folder
  • yarn dev or npm run dev - produces development version of your library and runs a watcher
  • yarn test or npm run test - well ... it runs the tests :)
  • yarn test:watch or npm run test:watch - same as above but in a watch mode

About

Wrap the Trezor.js & trezorlink JS libraries in a webpack setup to export a browser comaptible js file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published