Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdashrad/hubot-bang-bang
Repeat the last command directed at hubot
https://github.com/bdashrad/hubot-bang-bang
Last synced: about 6 hours ago
JSON representation
Repeat the last command directed at hubot
- Host: GitHub
- URL: https://github.com/bdashrad/hubot-bang-bang
- Owner: bdashrad
- Created: 2016-10-07T18:39:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T19:14:50.000Z (over 7 years ago)
- Last Synced: 2024-10-28T14:50:37.263Z (18 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-bang-bang
[![Build Status](https://travis-ci.org/bdashrad/hubot-bang-bang.svg?branch=master)](https://travis-ci.org/bdashrad/hubot-bang-bang)
Repeat the last command directed at hubot.
See [`src/bang-bang.coffee`](src/bang-bang.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-bang-bang --save`
Then add **hubot-bang-bang** to your `external-scripts.json`:
```json
["hubot-bang-bang"]
```## Sample Interaction
```
user1>> hubot hello
hubot>> hello!
user1>> hubot !!
hubot>> hubot hello
hubot>> hello!
```## NPM Module
https://www.npmjs.com/package/hubot-bang-bang
## Credits
Modifications to original bangbang.coffee by @willdurand