To contribute to this repository fork it and send pull request.
- lib/ - source code written on TypeScript
- dist/ - compiled source code and must not be changed manually
- tests/unit/ - unit tests
- tests/e2e/ - end-to-end tests
- index.js - entry point of the driver
Hot compiling of TypeScript
npm run watch
Build the project
npm run build
Tests:
npm run test
npm run e2e
To run develop hive instance see: .docker
Please follow the Angular commit style.
To make it easy, just run the command
npm run commit
- Update the README.md or similar documentation with details of changes you wish to make, if applicable.
- Add any appropriate tests.
- Make your code or other changes.
- Review guidelines such as How to write the perfect pull request, thanks!