mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
.. | ||
doc.go | ||
main.go | ||
README.md |
Package information
This package is the command line tool for ../.
Install
Current version: 0.0.2
go get -u github.com/kataras/iris/iris
Usage
$ iris [command] [-flags]
Note that you must have $GOPATH/bin to your $PATH system/environment variable.
Create
The create command creates for you a start project in a directory
iris create -t basic -d ./
Will create the basic sample package to the current working directory and run the app.
iris create -t static -d ./
Will create the static sample package to the current working directory and run the app.
The default
iris create
Will create the basic sample package to the current working directory and run the app.
iris create -d C:\Users\kataras\Desktop\test1
Will create the basic sample package to the C:\Users\kataras\Desktop\test1 folder and run the app.
Version
iris version
Will print the current iris' installed version to your machine
TODO
- Add more templates