Skip to content

Commit

Permalink
Redefine what Rust is
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
wlaurance committed May 27, 2013
1 parent d64e481 commit 23a8427
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
r[iak cl]ust[er]
rust
================

Show those Riak clusters who's boss!
Show those Riak nodes who's boss!

Command to write host, port and other configuration changes to a Riak cluster's app.config and vm.args
Command to write host, port and other configuration changes to a Riak node's app.config and vm.args

The only external dependency is commander for command line hapiness.

[![Build
Status](https://travis-ci.org/wlaurance/rust.png)](https://travis-ci.org/wlaurance/rust)

##Installation
`npm install rust` or `npm install rust -g` or however you put node
modules in yo path.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rust",
"version": "0.1.5",
"description": "riak cluster like a boss",
"description": "riak node configuration like a boss",
"main": "index.js",
"bin": {
"rust": "./rust"
Expand All @@ -16,7 +16,9 @@
"keywords": [
"riak",
"cluster",
"configuration"
"node",
"configuration",
"boss"
],
"author": "Will S. Laurance",
"license": "MIT",
Expand Down

0 comments on commit 23a8427

Please sign in to comment.