-
set up your developer machine:
- install Node.js
- install yarn
yarn install
-
development
- the source code is in
src
- the tests run against the transpiled code in
dist
- transpilation happens automatically when running
bin/spec [<filename>]
- you can also run
node_modules/.bin/watch
to start a continuously running auto-compiler
- the source code is in
-
testing
- run all tests:
bin/spec
- run linter:
node_modules/.bin/lint
ornode_modules/.bin/dependency-lint
- run feature specs:
bin/features
ornode_modules/.bin/cucumber-js
with auto-compiler running
- run all tests:
-
publish a new version:
node_modules/.bin/publish [patch|minor|major]
- deployment of the new version happens on CircleCI
-
CI setup
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.