1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00
Files
kararas_iris/internal/cmd/README.md
kataras 6282a71a6f 7.0.1 - https://github.com/iris-contrib/community-board/issues/1 https://github.com/iris-contrib/community-board/issues/2
Read HISTORY.md


Former-commit-id: 82df2d266055818ffafe0ba66b58cf4ed9089922
2017-06-07 07:20:53 +03:00

15 lines
544 B
Markdown

# 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](https://github.com/iris-contrib/community-board/issues/2) to learn its future.
> When I use the word "generator" I don't mean the go1.4+ generate feature.
## Don't waste your time, it is not ready yet.