Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 282 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 282 Bytes

Bash Scaffold for Code Retreat

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