https://github.com/redwoodjs/rw-cli
https://github.com/redwoodjs/rw-cli
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redwoodjs/rw-cli
- Owner: redwoodjs
- License: mit
- Created: 2024-01-31T11:27:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T11:56:25.000Z (over 1 year ago)
- Last Synced: 2025-04-28T12:32:47.706Z (3 months ago)
- Language: Go
- Size: 115 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rw-cli
**WIP**
## Contributing
On MacOS, install Go by following the instructions here:
https://go.dev/doc/install
Don't use homebrew, it's not worth it.We develop using VSCode with the official Go extension.
Just run `make` in your terminal and you'll get an `rw` binary in the root. Run
it by just doing `./rw`When running `./rw` you'll get debug logs printed to `~/.rw/debug.log`.
`tail -f ~/.rw/debug.log` might be useful to run in a separate terminal window
in VSCode.