Skip to content

simple project to bootstrap python or javascript project for the Global Day Of Code Retreat

Notifications You must be signed in to change notification settings

mikaelletang/gdcr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple project to bootstrap python or javascript tests for the Global Day Of Code Retreat

Requirements

  • Mac or Unix OS
  • python3 for python
  • node 4+ for javascript

Python

bootstrap

cd python 
./bootstrap.sh

run tests

./test.sh

Javascript

bootstrap

cd javascript 
./bootstrap.sh

run tests

npm test

or

./test.sh

At the end of the session CLEAN ⚠️

./clean.sh

About

simple project to bootstrap python or javascript project for the Global Day Of Code Retreat

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 70.0%
  • Python 18.4%
  • JavaScript 11.6%