Skip to content

Commit

Permalink
Added a npm module badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Apr 22, 2015
1 parent 20b7dc6 commit 89e9377
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# hubot-aws

[![NPM](https://nodei.co/npm/hubot-aws.png)](https://nodei.co/npm/hubot-aws/)

Hubot masters aws commands

### Commands
## Installation

Add **hubot-aws** to your `package.json` file:

```
npm install --save hubot-aws
```

Add **hubot-aws** to your `external-scripts.json`:

```json
["hubot-aws"]
```

Run `npm install`

## Commands

```ruby
hubot autoscaling create --name=[group_name] --launch_name=[launch_configuration_name] - Create an AutoScaling Group
hubot autoscaling create --name=[group_name] --launch_name=[launch_configuration_name] --dry-run - Try creating an AutoScaling Group
hubot autoscaling delete --group_name=[group_name] - Delete the AutoScaling Group
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"keywords": [
"aws",
"hubot",
"hubot-scripts",
"hubot aws",
"hubot-aws",
"aws-cli"
Expand Down

0 comments on commit 89e9377

Please sign in to comment.