https://github.com/web-ridge/wr
Internal tooling to improve developer experience
https://github.com/web-ridge/wr
Last synced: 3 months ago
JSON representation
Internal tooling to improve developer experience
- Host: GitHub
- URL: https://github.com/web-ridge/wr
- Owner: web-ridge
- Created: 2022-03-18T13:59:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T09:54:37.000Z (about 1 year ago)
- Last Synced: 2025-01-10T12:46:01.695Z (5 months ago)
- Language: Go
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wr
This is a tool to make developing backend/frontend at webRidge easier. It will automate a lot of cumbersome tasks when developing backend and frontend.## to install binary
```
go install github.com/web-ridge/wr@latest
```## development
### to build binary
```sh
go build wr.go
```### to run binary
```sh
/Users/richardlindhout/go/src/github.com/web-ridge/wr/wr
``````
C:\Users\Robin\webRidge\web-ridge\wr\wr
```