iris/iris
2016-06-07 12:38:41 +03:00
..
doc.go Version 3.0.0-beta cleaned 2016-05-30 17:08:09 +03:00
main.go only defer on finish download 2016-06-07 12:30:29 +03:00
README.md Add screenshots for iris tool 2016-06-07 12:38:41 +03:00

Package information

This package is the command line tool for ../.

Iris help screen

Iris installed screen

Install

Current version: 0.0.4


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 myprojects/iris1

Will create the basic sample package to the $GOPATH/src/myprojects/iris1 directory and run the app.

iris create -t static  -d myprojects/iris1

Will create the static sample package to the $GOPATH/src/myprojects/iris1 directory and run the app.

The default

iris create

Will create the basic sample package to $GOPATH/src/myiris directory and run the app.

iris create -d myproject

Will create the basic sample package to the $GOPATH/src/myproject folder and run the app.

Version

iris version

Will print the current iris' installed version to your machine

TODO

  • Add more templates