mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
6282a71a6f
Read HISTORY.md Former-commit-id: 82df2d266055818ffafe0ba66b58cf4ed9089922 |
||
---|---|---|
.. | ||
gen/website/recipe | ||
main.go | ||
README.md |
Internal CLI
This folder contains the internal Iris cli program. It's internal because it will contain generators for the website, maybe versioning for the github branches etc... So it's useless for the end-developers, but it will be a good place to learn how you can create your own cli and dynamic-generators programs.
Click here to learn its future.
When I use the word "generator" I don't mean the go1.4+ generate feature.