story

command module
v0.0.0-...-fd9f9a2 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2019 License: MIT Imports: 1 Imported by: 0

README

story

Kanban as code in projects.

go get github.com/phodal/story

Usages:

Usage:
  story [flags]
  story [command]

Available Commands:
  create      Create a stroy
  help        Help about any command
  list        List the stories
  sync        Sync the stories

Flags:
      --config string   config file (default is $HOME/.cobra.yaml)
  -h, --help            help for story
  -u, --user string     set author

Use "story [command] --help" for more information about a command.
Create Story
story create 'add docs to README'
Sync Story
story sync
list Stories
story list

results:


+-----------+--------------------------------+----------------------+--------+--------+
|    ID     |             TITLE              |         DATE         | STATUS | AUTHOR |
+-----------+--------------------------------+----------------------+--------+--------+
| CYJlzObWR | add docs to README             | 2019-11-21T15:33:50Z |        |        |
+-----------+--------------------------------+----------------------+--------+--------+
| Dyp0iOxZg | use cucumber tag as file s     | 2019-11-21T15:45:47Z |        |        |
|           | group                          |                      |        |        |
+-----------+--------------------------------+----------------------+--------+--------+
Update story status
story -p CYJlzObWR -u phodal -s done

License

Phodal's Idea

@ 2019 A Phodal Huang's Idea. This code is distributed under the MIT license. See LICENSE in this directory.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
languages

Jump to

Keyboard shortcuts

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