https://github.com/jtemporal/autogenfiles
Automatically generate files from templates
https://github.com/jtemporal/autogenfiles
hacktoberfest jinja2 templates
Last synced: 8 months ago
JSON representation
Automatically generate files from templates
- Host: GitHub
- URL: https://github.com/jtemporal/autogenfiles
- Owner: jtemporal
- License: mit
- Created: 2021-07-24T13:04:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T00:10:07.000Z (over 2 years ago)
- Last Synced: 2024-12-27T13:17:40.459Z (over 1 year ago)
- Topics: hacktoberfest, jinja2, templates
- Language: Python
- Homepage: http://jtemporal.com/autogenfiles/
- Size: 206 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoGenFiles
Based on a predefined templating structure create new files
## Documentation
[Checkout this page](http://jtemporal.com/autogenfiles/).
## TODO
There are a few TODO marked on the code but here's a list of most general ones
- [x] guarantee file structure from templates folder
- [x] test all
- [x] make it into an installable cli
- [x] document the variables.yaml structure
- [ ] document how to contribute
- [x] document example with the project in case
- [x] move all logic into an module structure