TurboBuild Prune Go is an npm package that provides a convenient way to prune Golang apps in a Turbo monorepo.
Add TurboBuild Prune Go to your turbo repo:
npm install turbobuild-prune-go --global
turbobuild-prune-go -p backend
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Go 1.16 or higher
- Node.js 14 or higher
- pnpm
- Fork the Project
- Install Go dependencies:
go mod tidy
- Install node modules:
pnpm install
To run the Go code, use the following command:
go run turbobuild-prune-go.go
Don't forget to share changes:
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request