An open API service indexing awesome lists of open source software.

https://github.com/hanneskaeufler/danger-todoist-js


https://github.com/hanneskaeufler/danger-todoist-js

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# danger-plugin-danger-todoist-js

[![Build Status](https://travis-ci.org/hanneskaeufler/danger-plugin-danger-todoist-js.svg?branch=master)](https://travis-ci.org/hanneskaeufler/danger-plugin-danger-todoist-js)
[![npm version](https://badge.fury.io/js/danger-plugin-danger-todoist-js.svg)](https://badge.fury.io/js/danger-plugin-danger-todoist-js)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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()
```
## Changelog

See the GitHub [release history](https://github.com/hanneskaeufler/danger-plugin-danger-todoist-js/releases).

## Contributing

See [CONTRIBUTING.md](contributing.md).