Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/is2ei/danger-plugin-typetalk
DangerJS plugin to send report & message to Typetalk
https://github.com/is2ei/danger-plugin-typetalk
Last synced: 1 day ago
JSON representation
DangerJS plugin to send report & message to Typetalk
- Host: GitHub
- URL: https://github.com/is2ei/danger-plugin-typetalk
- Owner: is2ei
- License: mit
- Created: 2019-01-01T14:08:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T04:26:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T06:06:00.071Z (6 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-danger - danger-plugin-typetalk - DangerJS plugin to send report & message to Typetalk. (Plugins / TypeScript (danger-js))
README
danger-plugin-typetalk
======================[![CircleCI](https://circleci.com/gh/is2ei/danger-plugin-typetalk.svg?style=svg)][circleci]
[![Coverage Status](https://coveralls.io/repos/github/is2ei/danger-plugin-typetalk/badge.svg?branch=master)][coveralls]
[![npm version](https://badge.fury.io/js/danger-plugin-typetalk.svg)][npm]
[![Join the chat at https://gitter.im/is2ei/danger-plugin-typetalk](https://badges.gitter.im/is2ei/danger-plugin-typetalk.svg)][gitter][circleci]: https://circleci.com/gh/is2ei/danger-plugin-typetalk
[coveralls]: https://coveralls.io/github/is2ei/danger-plugin-typetalk?branch=master
[npm]: https://badge.fury.io/js/danger-plugin-typetalk
[gitter]: https://gitter.im/is2ei/danger-plugin-typetalk## Install
```
$ yarn add danger-plugin-typetalk
```## Usage
1) You need to set environment variables
`TYPETALK_TOPIC_ID`: Typetalk topic ID.
`TYPETALK_TOKEN`: Typetalk token.2) Set dangerfile.js
```
const typetalk = require('danger-plugin-typetalk').default;typetalk();
```## Changelog
See the GitHub [release history](https://github.com/is2ei/danger-plugin-typetalk/releases).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).