silveirinha
is a command-line tool designed to help quickly generate Go projects and models. It includes commands like silveirinha create
to create projects and silveirinha model
to generate models. This tool is ideal for speeding up development and following best practices in your Go applications.
- Go > 1.23
To install the silveirinha
tool globally on your machine, run the following command
go install github.com/lucassilveira96/silveirinha@latest
To use the silveirinha
tool to create a new project, run the following command:
silveirinha create my-new-project
To use the silveirinha
tool to create a new model in the created project folder, run the following command:
silveirinha model modelExample
If you would like to contribute to the silveirinha
tool, feel free to open a pull request in the GitHub repository: https://github.com/lucassilveira96/silveirinha