current-story

Fetch the Rally (CA Agile) story ID from the current branch name.

Usage no npm install needed!

<script type="module">
  import currentStory from 'https://cdn.skypack.dev/current-story';
</script>

README

current-story

Fetch the Rally (CA Agile) story ID from the current branch name.

Dependency Status Build Status npm version

Installation

npm install current-story

Example Usage

const currentStory = require('current-story')

currentStory().then(storyId => console.log(storyId))

License

MIT © Zoltan Kochan