1.0.12 • Published 1 year ago
turbobuild-prune-go v1.0.12
TurboBuild Prune Go
TurboBuild Prune Go is an npm package that provides a convenient way to prune Golang apps in a Turbo monorepo.
Installation
Add TurboBuild Prune Go to your turbo repo:
npm install turbobuild-prune-go --globalUsage
turbobuild-prune-go -p backendContribution
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Prerequisites
- Go 1.16 or higher
- Node.js 14 or higher
- pnpm
Installation
- Fork the Project
- Install Go dependencies:
go mod tidy- Install node modules:
pnpm installDevelopment
To run the Go code, use the following command:
go run turbobuild-prune-go.goSharing
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