Skip to content

Framework for creating scaffolds for any existing programming language with a customizable TUI.

License

Notifications You must be signed in to change notification settings

mr-smith-org/mr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.site 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.