gifttt

command module
v0.0.0-...-8f4bfd8 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2016 License: BSD-3-Clause Imports: 7 Imported by: 0

README

gifttt

gifttt is a simple rule engine in go that uses Lisp S-Expressions to define its rules.

Building

go get github.com/drtoful/gifttt

Running

You can run gifttt by invoking its binary in your $GOPATH/bin. This will read in all rule files in the current directory and start the API server on port 4200.

Command line options
-cpuprofile string
      write cpu profile to file
-db string
      path to the database store (default "gifttt.db")
-ip string
      ip to bind the api server to
-port string
      port for api server (default "4200")
-ruledir string
      path to rule files (default "./")

Quick start

Have a look in doc/quick.md for a small tutorial on how to operate with gifttt.

License

gifttt is licensed under the BSD License. See LICENSE for more information

Third-Party Libraries

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/boltdb/bolt
Package bolt implements a low-level key/value store in pure Go.
Package bolt implements a low-level key/value store in pure Go.
_workspace/src/github.com/codegangsta/negroni
Package negroni is an idiomatic approach to web middleware in Go.
Package negroni is an idiomatic approach to web middleware in Go.
_workspace/src/github.com/drtoful/twik
Package twik implements a tiny embeddable language for Go.
Package twik implements a tiny embeddable language for Go.
_workspace/src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
Package context stores values shared during a request lifetime.
_workspace/src/github.com/gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/mux implements a request router and dispatcher.

Jump to

Keyboard shortcuts

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