Mr. Smith is a powerful framework designed to generate scaffolds for any programming language, based on Go templates. It streamlines the process of setting up new projects by automating the creation of directories, files, and base code, ensuring consistency and saving valuable development time. Additionally, Mr. Smith features a customizable TUI, providing an intuitive and efficient experience both for those creating scaffolds and those using them, making the process accessible and seamless for developers of all levels.
Visit https://mr-smith.site to view the full documentation.
- Hello World: A simple Hello World in Go.
- OpenAPI 2.0 TypeScript Services: Create a TypeScript library with typed services for all endpoints described in an Open API 2.0 file.
- Changelog Generator: Helper to write a good changelog to your project.
- Commit Standardizer: Write conventional commits for your projects.
Contributions are welcome! Feel free to open issues or submit pull requests to improve Mr. Smith.
-
Fork the repository.
-
Create a branch for your feature:
git checkout -b feature/my-new-feature
-
Commit your changes:
git commit -m "Add new feature"
-
Push to the branch:
git push origin feature/my-new-feature
-
Open a Pull Request.
This project is licensed under the MIT license. See the LICENSE file for more details.