- Node 10
- Yarn 1.x or npm
- Clone the repository
- Run
yarn
ornpm install
installs all required dependencies.
Equivalent
npm run <script>
should also work
yarn test
will run the tests in test.js (all should pass)yarn fail
will run the tests with the required environment variable and therefore will failyarn lint
will lint all of the files with xoyarn format
will run lint with--fix
option on all the examples files (and tests).
Code is licensed under the MIT License.