Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/cliffano/nestor
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Feb 3, 2013
2 parents 7459442 + 9ce0b47 commit 1afdcdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
Nestor [![http://travis-ci.org/cliffano/nestor](https://secure.travis-ci.org/cliffano/nestor.png?branch=master)](http://travis-ci.org/cliffano/nestor) Nestor [![http://travis-ci.org/cliffano/nestor](https://secure.travis-ci.org/cliffano/nestor.png?branch=master)](http://travis-ci.org/cliffano/nestor)
------ ------


Nestor is a [Jenkins](http://jenkins-ci.org) command-line interface in Node.js . Nestor is a [Jenkins](http://jenkins-ci.org) CLI and Node.js client.


This is handy for those who prefer to touch type on the command line over GUI and mouse clicks on the browser. It also serves as an alternative to Jenkins Java CLI where Nestor has shorter commands and executes faster. This is handy for those who prefer to touch type on the command line over GUI and mouse clicks on the browser. It also serves as an alternative to Jenkins Java CLI where Nestor has shorter commands and executes faster.


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "nestor", "name": "nestor",
"description": "Jenkins command-line interface in Node.js", "description": "Jenkins CLI and Node.js client",
"keywords": [ "keywords": [
"jenkins", "jenkins",
"ci", "ci",
Expand Down Expand Up @@ -52,4 +52,4 @@
"url": "http://github.com/cliffano/nestor/raw/master/LICENSE" "url": "http://github.com/cliffano/nestor/raw/master/LICENSE"
} }
] ]
} }

0 comments on commit 1afdcdd

Please sign in to comment.