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.
- Host: GitHub
- URL: https://github.com/stephenyeargin/template-hubot-script
- Owner: stephenyeargin
- License: mit
- Created: 2023-07-03T04:26:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-05-18T14:34:08.000Z (about 2 months ago)
- Last Synced: 2026-05-18T16:29:34.820Z (about 2 months ago)
- Topics: hacktoberfest, hubot, hubot-scripts, template
- Language: JavaScript
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```