https://github.com/imcuttle/jira-extension-script
Jira browser untity script
https://github.com/imcuttle/jira-extension-script
Last synced: 8 months ago
JSON representation
Jira browser untity script
- Host: GitHub
- URL: https://github.com/imcuttle/jira-extension-script
- Owner: imcuttle
- License: mit
- Created: 2021-02-09T09:58:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T14:37:04.000Z (over 4 years ago)
- Last Synced: 2025-06-08T16:41:54.577Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 5.34 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
README
# jira-extension-script
[](https://travis-ci.org/余聪/jira-extension-script)
[](https://codecov.io/github/余聪/jira-extension-script?branch=master)
[](https://www.npmjs.com/package/jira-extension-script)
[](https://www.npmjs.com/package/jira-extension-script)
[](https://prettier.io/)
[](https://conventionalcommits.org)
> jira browser script
## Installation
```bash
npm install jira-extension-script
# or use yarn
yarn add jira-extension-script
```
## Usage
```javascript
import jiraExtensionScript from 'jira-extension-script'
```
## Contributing
- Fork it!
- Create your new branch:
`git checkout -b feature-new` or `git checkout -b fix-which-bug`
- Start your magic work now
- Make sure npm test passes
- Commit your changes:
`git commit -am 'feat: some description (close #123)'` or `git commit -am 'fix: some description (fix #123)'`
- Push to the branch: `git push`
- Submit a pull request :)
## Authors
This library is written and maintained by 余聪, yucong@fenbi.com.
## License
MIT - [余聪](https://github.com/余聪) 🐟