1.0.0 • Published 7 years ago

yamotal v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Yamotal

A YAML interface for Pivotal Tracker.

Setup

$ mkdir -p ~/.yamotal
$ cat << EOF > ~/.yamotal/config.yaml
token: <your API token found on https://www.pivotaltracker.com/profile>
projectId: <id of project, found in url for project page>
EOF
$ yarn install -g yamotal

Usage

# Create a template file for new stories.
$ yamotal template [stories-file-name.yaml]

# Upload stories within a yaml file.
$ yamotal upload stories-file-name.yaml