subicul

package
v0.0.0-...-e5efe94 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2016 License: MIT, MIT Imports: 11 Imported by: 0

README

Subicul

$ subicul --help
NAME:
   subicul - lighting server

USAGE:
   subicul [global options] command [command options] [arguments...]

VERSION:
   0.0.0

COMMANDS:
   help, h	Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --port "8080"	TCP port to listen on [$SUBICUL_PORT]
   --help, -h		show help
   --version, -v	print the version

Installing

This requires go 1.5 for versioning support

git clone https://github.com/lucibus/lucibus.git
cd lucibus/subicul
go get github.com/Masterminds/glide
glide up

Testing

go test -race -v . ./parse

Or for live testing:

go run vendor/github.com/smartystreets/goconvey/goconvey.go -depth 2

Dependencies

We use glide to manage versioning. Please refer to their docs for how to update and install new packages properly.

To add a new package:

glide get github.com/Masterminds/cookoo

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleFunc

func HandleFunc() func(http.ResponseWriter, *http.Request)

func MakeCliApp

func MakeCliApp(ctx context.Context) *cli.App

func Output

func Output(ctx context.Context, a dmx.Adaptor)

Output will continuiously get the State from the context and try to output it to an output device

func ResetState

func ResetState() (err error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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