https://github.com/malumar/sourcer
annotation-based code generator
https://github.com/malumar/sourcer
Last synced: 11 months ago
JSON representation
annotation-based code generator
- Host: GitHub
- URL: https://github.com/malumar/sourcer
- Owner: malumar
- Created: 2024-10-03T20:44:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T14:42:33.000Z (about 1 year ago)
- Last Synced: 2025-02-15T09:45:21.854Z (about 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sourcer
Sourcer is a Go-based annotation-driven code generator designed to simplify repetitive coding tasks by using annotations directly in your source code. It can automate common patterns in development by generating code based on pre-defined annotations.
## Features
- Annotation-based code generation.
- Supports Go language projects.
- Lightweight and easy to integrate.
## Usage
Add your annotations in the Go code and run Sourcer to generate the necessary boilerplate.
## Notes
I will try to add more information and examples of use in my free time
## License
MIT Licence