https://github.com/origadmin/origen
https://github.com/origadmin/origen
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/origadmin/origen
- Owner: origadmin
- License: mit
- Created: 2024-07-16T08:57:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T11:50:15.000Z (over 1 year ago)
- Last Synced: 2024-11-22T12:33:53.060Z (over 1 year ago)
- Language: Go
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# [Origen](https://github.com/origadmin/origen) efficiency assistant
[](#contributors-)
> A OrigAdmin efficiency assistant that provides project initialization, code generation, business integration, improves work efficiency, and quickly completes the development process.
## Dependencies
- [Go](https://golang.org/) 1.22+
- [Wire](github.com/google/wire) `go install github.com/google/wire/cmd/wire@latest`
- [Swag](github.com/swaggo/swag) `go install github.com/swaggo/swag/cmd/swag@latest`
## Quick start
### Get and install
```bash
go install github.com/origadmin/origen@latest
```
### Initialize a new project
```bash
origen init -d ~/go/src
```
### Add more
## Contributing
See the [CONTRIBUTING.md](.github/CONTRIBUTING.md) file for details.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for the full license text.
## Code of Conduct
See the [CODE_OF_CONDUCT.md](.github/CODE_OF_CONDUCT.md) file for details.
## Contact
- [GitHub](https://github.com/origadmin)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!