https://github.com/hanneskaeufler/danger-todoist-js
https://github.com/hanneskaeufler/danger-todoist-js
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanneskaeufler/danger-todoist-js
- Owner: hanneskaeufler
- License: mit
- Archived: true
- Created: 2017-07-11T20:36:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T10:10:02.000Z (about 2 years ago)
- Last Synced: 2025-02-13T11:34:53.237Z (3 months ago)
- Language: JavaScript
- Size: 312 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# danger-plugin-danger-todoist-js
[](https://travis-ci.org/hanneskaeufler/danger-plugin-danger-todoist-js)
[](https://badge.fury.io/js/danger-plugin-danger-todoist-js)
[](https://github.com/semantic-release/semantic-release)> A danger plugin for spotting introduced todos.
## Usage
Install:
```sh
yarn add danger-plugin-danger-todoist-js --dev
```At a glance:
```js
// dangerfile.js
import dangerTodoistJs from 'danger-plugin-danger-todoist-js'dangerTodoistJs()
```
## ChangelogSee the GitHub [release history](https://github.com/hanneskaeufler/danger-plugin-danger-todoist-js/releases).
## Contributing
See [CONTRIBUTING.md](contributing.md).