kittens

command module
v0.2.7-0...-0baf4da Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2014 License: GPL-3.0 Imports: 13 Imported by: 0

README

kittens

An IRC bot written in Go. I just recently started rewritting kittens in Go, so it lacks a lot of features currently. If you want a working version of my IRC bot checkout my CoffeScript bot on the master branch in this repository. This branch will be merged into master and takeover the master branch when it is ready. It is currently still in early development.

Build Status

Building

0. Before You Build

Make sure you have Go installed. In order to compile the LESS/JS the preferred way is to use Gulp. To install Gulp you need to have NPM installed. Once you have NPM installed you can install Gulp via NPM:

npm install -g gulp

Once everything is installed make sure you have set your $GOPATH properly, or it will prove difficult to build.

1. Get the Code

Start by cloning the repository and getting all the dependencies.

git clone https://github.com/lukevers/kittens
go get
2. Build LESS/JS

Building our webserver CSS/JS files is easy with Gulp.

gulp less && gulp

If you'd rather use your own way of compiling LESS to CSS and concating all the CSS files into one file and JS files into one file, feel free. You can checkout gulpfile.js in the root of the directory to find out where these files are located and where they end up.

3. Build the Source
go build

Screenshots

Dashboard

Update Server

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