0.0.3 • Published 8 years ago

hubot-australia v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-australia

npm version

Use Hubot to convert English to Australian.

Usage

hubot australia me <text>

Installation via NPM

Run the following command to install this module as an NPM dependency.

npm install hubot-australia --save

Confirm that hubot-australia appears as a dependency in your Hubot package.json file.

"dependencies": {
  "hubot":              "2.x",
  "hubot-scripts":      "2.x",
  "hubot-australia": "*"
}

To enable the script, hubot-australia entry to your external-scripts.json file (you may need to create this file).

  ["hubot-australia"]

Contributing

Feel free! Send a pull request :)

0.0.3

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago