issue-note

module
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2016 License: MIT

README

ISSUE-MEMO

About

Aggregate issues from external Issue Tracking System (ITS) and add your own memo. Currently support Atlassian JIRA only.

Development

Requirements
Setup
  1. Install some golang tools by go get
go get -u github.com/jteeuwen/go-bindata/...
go get -u github.com/elazarl/go-bindata-assetfs/...
go get -u github.com/gin-gonic/gin
go get -u github.com/gin-gonic/contrib/static
go get -u github.com/pilu/fresh
...(TBA)
  1. Install JavaScript dependencies
npm install
Run with development mode
  1. Generate bindata.go.
npm run bindata
  1. Start webpack and gin with watch mode.
npm run devserver & fresh
  1. Open http://localhost:9000
Release Build

Run webpack with production mode, go-bindata and go build in turn. All you have to do is run npm run build. The artifact is created under ./dist directory.

npm run build

License

Licensed under the MIT license.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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