Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.19 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.19 KB

alt text

This is a new repository that is bootstrapped from UniversalLoginSDK that will be borrowed from heavily in Boomerang.

Structure

This repository is organized as monorepo.

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct and contribution policy.

Before you issue pull request:

  • Make sure all tests and linters pass.
  • Make sure you have test coverage for any new features.

Running linting/tests

You can run lint via:

./script/lint.sh

You can run tests:

./scripts/test.sh

You can ran full clean:

./scripts/clean.sh

And you can emulate full CI process by:

yarn
./scripts/travis.sh

License

Boomerang is released under the MIT License.