/steel

An experimental local development environment CLI, powered by Homebrew.

Primary LanguageGo

steel

An experimental local development environment CLI, powered by Homebrew.

Runtime Requirements

  1. Homebrew
  2. ZSH

Quick Example

  1. go run . --workdir testdata/project_ruby setup
  2. go run . --workdir testdata/project_ruby shell
  3. ruby version.rb

Supported Languages

Ruby

  1. steel --workdir testdata/project_ruby setup
  2. steel --workdir testdata/project_ruby shell
  3. ruby version.rb

Go

  1. steel --workdir testdata/project_go setup
  2. steel --workdir testdata/project_go shell
  3. go run .

Testing

go test -v