Skip to content

Commit

Permalink
Merge pull request #2 from /issues/1
Browse files Browse the repository at this point in the history
badges, readme fixes and cleanup
  • Loading branch information
aeweidne committed Aug 1, 2016
2 parents 5b08044 + fbe9b90 commit af4c68a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![Build Status](https://travis-ci.org/ibm-cloud-solutions/hubot-ibmcloud-virtualserver.svg?branch=master)](https://travis-ci.org/ibm-cloud-solutions/hubot-ibmcloud-virtualserver)
[![Coverage Status](https://coveralls.io/repos/github/ibm-cloud-solutions/hubot-ibmcloud-virtualserver/badge.svg?branch=master)](https://coveralls.io/github/ibm-cloud-solutions/hubot-ibmcloud-virtualserver?branch=master)
[![Dependency Status](https://dependencyci.com/github/ibm-cloud-solutions/hubot-ibmcloud-virtualserver/badge)](https://dependencyci.com/github/ibm-cloud-solutions/hubot-ibmcloud-virtualserver)
[![npm](https://img.shields.io/npm/v/hubot-ibmcloud-virtualserver.svg?maxAge=2592000)](https://www.npmjs.com/package/hubot-ibmcloud-virtualserver)

# hubot-ibmcloud-virtualserver

Script package that exposes various IBM Cloud Virtual Server functionality through Hubot.
Expand All @@ -10,7 +15,7 @@ Script package that exposes various IBM Cloud Virtual Server functionality throu
* [License](#license)
* [Contribute](#contribute)

## Usage <a id="usage"></a>
## Usage

If you are new to Hubot visit the [getting started](https://hubot.github.com/docs/) content to get a basic bot up and running. Next, follow these steps for adding this external script into your hubot:

Expand All @@ -33,7 +38,7 @@ _Note_: for virtual server related variables, follow [this](https://console.ng.b
5. Start up your bot & off to the races!


## Commands <a id="commands"></a>
## Commands

- `hubot virtual server delete|destroy|remove [virtualserver]` - Deletes a virtual server.
- `hubot virtual server list|show` - Lists all of the virtual servers.
Expand All @@ -42,15 +47,15 @@ _Note_: for virtual server related variables, follow [this](https://console.ng.b
- `hubot virtual server stop [virtualserver]` - Stops the virtual server.
- `hubot virtual server help` - Show available virtual server commands.

## Hubot Adapter Setup <a id="hubot-adapter-setup"></a>
## Hubot Adapter Setup

Hubot supports a variety of adapters to connect to popular chat clients. For more feature rich experiences you can setup the following adapters:
- [Slack setup](./docs/adapters/slack.md)
- [Facebook Messenger setup](./docs/adapters/facebook.md)
- [Slack setup](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-space-management/blob/master/docs/adapters/slack.md)
- [Facebook Messenger setup](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-space-management/blob/master/docs/adapters/facebook.md)

## Development <a id="development"></a>
## Development

Please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) before starting any work. Steps for running this script for development purposes:
Please refer to the [CONTRIBUTING.md](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-space-management/blob/master/CONTRIBUTING.md) before starting any work. Steps for running this script for development purposes:

### Configuration Setup

Expand Down Expand Up @@ -83,13 +88,13 @@ Hubot supports a variety of adapters to connect to popular chat clients.

If you just want to use:
- Terminal: run `npm run start`
- [Slack: link to setup instructions](docs/adapters/slack.md)
- [Facebook Messenger: link to setup instructions](docs/adapters/facebook.md)
- [Slack: link to setup instructions](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-space-management/blob/master/docs/adapters/slack.md)
- [Facebook Messenger: link to setup instructions](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-space-management/blob/master/docs/adapters/facebook.md)

## License <a id="license"></a>
## License

See [LICENSE.txt](./LICENSE.txt) for license information.
See [LICENSE.txt](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-space-management/blob/master/LICENSE.txt) for license information.

## Contribute <a id="contribute"></a>
## Contribute

Please check out our [Contribution Guidelines](./CONTRIBUTING.md) for detailed information on how you can lend a hand.
Please check out our [Contribution Guidelines](https://github.com/ibm-cloud-solutions/hubot-ibmcloud-space-management/blob/master/CONTRIBUTING.md) for detailed information on how you can lend a hand.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
"lint": "eslint src/**/*.js test/*.js index.js",
"postinstall": "initDb src/nlc/NLC.json",
"test": ". test/.env && mocha test",
"coverage": ". test/.env && istanbul cover -x '**/coverage/**' -x '**/tools/**' --include-all-sources --report lcov --report cobertura --report text --dir ./gh-pages/coverage _mocha -- test",
"release": "node tools/publish"
},
"coverage": ". test/.env && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"hubot",
"hubot-scripts",
"bluemix",
"cloud",
"slack"
"slack",
"ibm",
"ibm cloud"
],
"author": "ibm-cloud-solutions",
"license": "Apache-2.0",
Expand All @@ -31,6 +32,7 @@
"hubot-ibmcloud-formatter": ">=0.0.10",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.12",
"eslint": "^2.9.0",
"eslint-config-strongloop": "^2.0.1",
"hubot": "^2.19.0",
Expand All @@ -40,12 +42,9 @@
"hubot-slack": "^3.4.2",
"hubot-test-helper": "^1.4.4",
"istanbul": "0.4.0",
"istanbul-cobertura-badger": "1.2.1",
"mocha": "^2.4.5",
"mocha-sprinkles": "^2.2.1",
"nock": "^8.0.0",
"rewire": "2.5.1",
"shelljs": "^0.7.0"
"nock": "^8.0.0"
},
"peerDependencies": {
"hubot": "^2.19.0",
Expand All @@ -59,11 +58,11 @@
"index.js"
],
"dependencies": {
"hubot-ibmcloud-cognitive-lib": ">=0.0.18",
"hubot-ibmcloud-activity-emitter": ">=0.0.2",
"hubot-ibmcloud-nlc": ">=0.0.21",
"hubot-ibmcloud-utils": ">=0.0.6",
"hubot-conversation": "^1.1.1",
"hubot-ibmcloud-cognitive-lib": "latest",
"hubot-ibmcloud-activity-emitter": "latest",
"hubot-ibmcloud-nlc": "latest",
"hubot-ibmcloud-utils": "latest",
"hubot-conversation": "latest",
"pkgcloud": "^1.3.0"
}
}

0 comments on commit af4c68a

Please sign in to comment.