BTK Development¶
API Reference¶
Source Control¶
Github repo: bobsh/BTK
Local Development¶
The project uses "Rojo" to sync up the source with Roblox Studio, make sure this is running and you setup synchronisation for a solid development workflow.
To run rojo:
# make dev
Tests¶
Run
# make test
Lint¶
Or for lint:
# make lint
Project Management¶
Github project: BTK
Automated testing¶
TravisCI: bobsh/BTK Coveralls: bobsh/BTK
Manual Deployment¶
TODO