From 89e937723686d7a1ce4aae5f6cb4adcdba09396d Mon Sep 17 00:00:00 2001 From: yoheimuta Date: Wed, 22 Apr 2015 22:50:52 +0900 Subject: [PATCH] Added a npm module badge --- README.md | 20 +++++++++++++++++++- package.json | 1 + 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9122c87..6cd14f6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index e2cdc70..6e97930 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "keywords": [ "aws", "hubot", + "hubot-scripts", "hubot aws", "hubot-aws", "aws-cli"