simple project to bootstrap python or javascript tests for the Global Day Of Code Retreat
- Mac or Unix OS
- python3 for python
- node 4+ for javascript
bootstrap
cd python
./bootstrap.sh
run tests
./test.sh
bootstrap
cd javascript
./bootstrap.sh
run tests
npm test
or
./test.sh
./clean.sh