Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 346 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 346 Bytes

Bash Scaffold for Code Retreat

Option 1: use docker wrapper scripts

See scripts/ folder.

Install Test Framework Bats

sudo aptitude install bats

Run the tests

bats test

Run the app

./bin/program

Hierarchy of directories

  • bin: the program
  • lib: source code
  • test: the tests