1.0.12 • Published 1 year ago

turbobuild-prune-go v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 --global

Usage

turbobuild-prune-go -p backend

Contribution

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

  1. Fork the Project
  2. Install Go dependencies:
go mod tidy
  1. Install node modules:
pnpm install

Development

To run the Go code, use the following command:

go run turbobuild-prune-go.go

Sharing

Don't forget to share changes:

  1. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  2. Commit your Changes (git commit -m 'Add some AmazingFeature')
  3. Push to the Branch (git push origin feature/AmazingFeature)
  4. Open a Pull Request
1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago