Skip to content

togostanza/ts

Repository files navigation

ts

Build Status

ts is a command to build TogoStanza stanzas of JavaScript backended version. It includes:

  • Stanza template generator for scaffolding
  • Stanza builder
  • Built-in web server for stanza development

Installation

Download latest release binary from https://github.com/togostanza/ts/releases. Extract the archive and put ts binary into the directory that is in your PATH.

Usage

See Getting Started and Reference.

Development

TODO

$ npm install
$ go get -u github.com/jteeuwen/go-bindata/...
$ make

Integration test with Cypress

  • yarn test