Skip to content

thinkinglabs/kata-bootstrap-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata Bootstrap for CPP and Google Test

This is a bootstrap project for kata's in shell script using ShellSpec.

Basic Setup

Install ShellCheck:

# on Debian based Linux
sudo apt install shellcheck

# on macOS
brew install shellcheck

# on Windows with GitBash or WSL
winget install koalaman.shellcheck

Install ShellSpec:

# on macOS
brew install shellspec

# on Linux and Windows with GitBash or WSL
curl -fsSL https://git.io/shellspec | sh

Run unit tests

To run the unit tests:

make test

About

Bootstrap project for shell script katas using ShellSpec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published