JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q24759F
  • License MIT

small tool for a very specific need

Package Exports

  • jira-to-sheets

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jira-to-sheets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Jira-To-Sheets

A very simple tool, for a very specific need.

Can be used for regular scrum demos to help automate the process of moving data from Jira to google docs.

Getting Started

These instructions will get you a copy of the project up and running on your local machine as a CLI. One step configuration and a single End of Sprint eos command

Prerequisites

What things you need to install the software and how to install them

node and respective requirements (e.g. xcode, etc)
Google Account for OAuth process
Google Sheets spreadsheet.

Installing

As a CLI:

Install globally via NPM

<sudo> npm install -g jira-to-sheets

After Installing

You can run the CLI from your terminal...

To Configure

Initial run will be used to set up your OAuth credentials for subsequent uses

<sudo> eos

Answer yes at the first prompt and follow subsequent instructions

? Is this your first time using the tool? (Default: False) Y

After Configured

Subsequent executions

<sudo> eos

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details