Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.9 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.9 KB

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.

Documentation

Visit https://mr-smith.tech to view the full documentation.

Official Modules

Contribution

Contributions are welcome! Feel free to open issues or submit pull requests to improve Mr. Smith.

  1. Fork the repository.

  2. Create a branch for your feature:

    git checkout -b feature/my-new-feature
  3. Commit your changes:

    git commit -m "Add new feature"
  4. Push to the branch:

    git push origin feature/my-new-feature
  5. Open a Pull Request.

License

This project is licensed under the MIT license. See the LICENSE file for more details.