Contributions are welcome. Fork this repository and issue a pull request with your changes.
You need to have Git and npm or yarn installed on your system.
You'll need to clone the repository and install the required packages.
git clone https://github.com/oganexon/BTE-tools.git
cd ./BTE-tools/
yarn install
yarn build
We use SemVer for versioning. For the versions available, see the link to tags on this repository.
yarn lint
This project uses JavaScript Standard Style. Please respect this convention.
You can install a plugin for your favorite editor if you want.
Please PR to the develop
branch!
Then follow the pull request template.
Submit a pull request after running yarn build
to ensure it runs correctly.