lisa

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2016 License: MIT Imports: 5 Imported by: 0

README

lisa

Build Status

Lisa is a development tool for the Go Programming Language. It automatically runs your command and hot compile your code when it detects file system changes. http://miclle.me/lisa/

Installation

Assuming you have a working Go environment and GOPATH/bin is in your PATH, lisa is a breeze to install:

go get github.com/miclle/lisa

Then verify that lisa was installed correctly:

lisa -h

Commands

server, s

Serving Static Files with HTTP

lisa s

OPTIONS:

flag short default description
--port -p 8080 Serving Static Files with HTTP used port.
--dir -d ./ Serving Static Files with HTTP in directory.
--bind -b 0.0.0.0 Serving Static Files with HTTP bind address.

run lisa s -h get more info

watch, w

Starting a file system watcher then execute a command

lisa w

OPTIONS:

flag short default description
--command -c Execute the command when the directory files modified.
--path -p ./ Watching the directory or file.
--event -e create,rename,write,remove Execute the command when the events was trigger:
create,rename,write,remove,chmod
--delay -d 1000 Execute the command after the number of milliseconds.

run lisa w -h get more info

home

Go to the document website

lisa home

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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