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

https://github.com/stephenyeargin/template-hubot-script

Template for a Hubot script package.
https://github.com/stephenyeargin/template-hubot-script

hacktoberfest hubot hubot-scripts template

Last synced: 13 days ago
JSON representation

Template for a Hubot script package.

Awesome Lists containing this project

README

          

> [!IMPORTANT]
> Be sure to update this README!

# template-hubot-script

Template repository for creating a new Hubot script package.

## Installation

In your hubot repository, run:

`npm install template-hubot-script --save`

Then add **template-hubot-script** to your `external-scripts.json`:

```json
["template-hubot-script"]
```

### Configuration

| Environment Variables | Required? | Description |
| ------------------------ | :-------: | ---------------------------------------- |
| `HUBOT_EXAMPLE_API_KEY` | Yes | API key from the developer console |

## Usage

```
user1> hubot hello:get
hubot> Hello world!
```