https://github.com/textbook/atom-tracker
Integrates Pivotal Tracker neatly into Atom.
https://github.com/textbook/atom-tracker
Last synced: 10 months ago
JSON representation
Integrates Pivotal Tracker neatly into Atom.
- Host: GitHub
- URL: https://github.com/textbook/atom-tracker
- Owner: textbook
- License: mit
- Created: 2016-01-21T23:24:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T22:20:23.000Z (about 10 years ago)
- Last Synced: 2025-01-08T07:52:45.921Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom Tracker
[![Build Status][3]][4]
Integrates [Pivotal Tracker][1] neatly into Atom. For more information on the
project's current status, see [its own Tracker][2] and [the CI builds][4].
## Installation and configuration
Once the package is installed, go to its settings page and enter your Tracker
API token to allow it to link to your projects. If you don't know your token,
see the guidance on where to find it in the settings.
You can then use Packages -> Atom Tracker -> Link Project to create a
`.tracker.cson` file in the current project root, which tells the package which
Tracker project to update (*note*: adding this to your `.gitignore` is
recommended).
## Start and finish stories
You can start stories in the backlog and finish started stories directly from
the editor:

## Generate stories from comments
You can create chores directly from `TODO` comments in your code and bugs from
`FIXME` comments - the story ID is added to the comment, and the filename and
line number are included in the story's description:

[1]: https://www.pivotaltracker.com
[2]: https://www.pivotaltracker.com/n/projects/1520307
[3]: https://travis-ci.org/textbook/atom-tracker.svg?branch=master
[4]: https://travis-ci.org/textbook/atom-tracker