iris

command
v3.0.0-rc.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2016 License: Apache-2.0 Imports: 14 Imported by: 0

README

Package information

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

Iris help screen

Iris installed screen

Install

Current version: 0.0.5


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.

run

The run command runs & reload on file changes your Iris station

It's like go run but with directory watcher and re-run on .go file changes.

iris run main.go

Iris CLI run showcase

version

iris version

Will print the current Iris' installed version to your machine

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL