This Go Toolbox provides a set of utilities to streamline the development process. One of the primary features is the initialize command, which helps you quickly set up a new Go project with a boilerplate structure.
- Initialize Project: Initialize a new Go project with a predefined structure and boilerplate code.
To use the toolbox, you need to have Go installed on your machine. You can install the toolbox by running:
go install github.com/chaninlaw/toolbox@latest
After installing, you can use the toolbox commands from your terminal. To initialize a new Go project, run:
toolbox
This command will prompt you for the project name and create the necessary files and directories for your new Go project.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.