Install
Install
Shellscape is a single Go binary. Install it with:
go install github.com/codingconcepts/shellscape/cmd/shellscape@latest
This requires Go 1.22+. The binary will be placed in your $GOPATH/bin directory.
Verify
shellscape --help
Available commands
| Command | What it does |
|---|---|
shellscape init [name] |
Scaffold a new site |
shellscape build |
Build static site to dist/ |
shellscape serve |
Dev server with live reload |