Skip to content

liquidiert/space-cli

 
 

Repository files navigation

Space CLI

Running the CLI

# Run the CLI
go run main.go [command]

# Build the space binary, then run it
go build && ./space [command]

# Install the space binary to your $GOPATH/bin
go install

If you want to test the CLI against a variety of projects, you can use the deta/starters repo:

git clone https://github.com/deta/starters
go run main.go -d ./starters/python-app [command]

Running unit tests

go test ./...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 96.4%
  • Shell 1.2%
  • PowerShell 1.1%
  • Other 1.3%