This is a CLI library that prepare your environment for different stacks, such as Node.js, Go, React, and .NET Your CLI Project is a command-line tool to help you set up development environments for various stacks.
go-env-prepare/
|-- cmd/
| |-- root.go
| |-- commands.go
| |-- install/
| |-- go.go
| |-- homebrew.go
| |-- nodejs.go
| |-- dotnet.go
| |-- docker.go
|-- main.go
|-- go.mod
|-- go.sum
|-- Makefile
|-- README.md
- Go installed
- Docker installed
- Node.js installed
To install the CLI, run the following commands:
make install
To start a new Go project with Go Modules, run:
make run
Select the desired development tools when prompted.
To build the CLI binary, run:
make build
The binary will be named your-cli
.
To clean the project, run:
make clean
This will remove the binary.
This project is licensed under the MIT License - see the LICENSE file for details.