Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 700 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (17 loc) · 700 Bytes

Prerequisites

  • Docker
  • circleci CLI
  • Make (and build tools)
    • macOS: xcode-select --install
    • Windows:
      • choco install cygwin make -y
      • [Environment]::SetEnvironmentVariable("PATH", "C:\tools\cygwin\bin;$ENV:PATH", "MACHINE")

Linting

make lint

Testing

Tests are structured as recommended by the Orb Project Template. They use shunit2 instead of BATS-Core.

make test