steel
An experimental local development environment CLI, powered by Homebrew.
Runtime Requirements
- Homebrew
- ZSH
Quick Example
go run . --workdir testdata/project_ruby setup
go run . --workdir testdata/project_ruby shell
ruby version.rb
Supported Languages
Ruby
steel --workdir testdata/project_ruby setup
steel --workdir testdata/project_ruby shell
ruby version.rb
Go
steel --workdir testdata/project_go setup
steel --workdir testdata/project_go shell
go run .
Testing
go test -v