updated deps
This commit is contained in:
parent
7eed737120
commit
65d50ab238
11
README.md
11
README.md
@ -1,13 +1,14 @@
|
|||||||
# smartcli
|
# smartcli
|
||||||
nodejs wrapper for CLI related tasks
|
nodejs wrapper for CLI related tasks
|
||||||
[![Dev Status](https://img.shields.io/badge/DevStatus-Active-green.svg)](https://github.com/pushrocks/smartcli/commits/dev)
|
|
||||||
|
|
||||||
## Buildstatus/Dependencies
|
## Status
|
||||||
[![Build Status](https://travis-ci.org/pushrocks/smartcli.svg?branch=master)](https://travis-ci.org/pushrocks/smartcli)
|
[![Build Status](https://travis-ci.org/pushrocks/smartcli.svg?branch=master)](https://travis-ci.org/pushrocks/smartcli)
|
||||||
[![devDependency Status](https://david-dm.org/pushrocks/smartcli/dev-status.svg)](https://david-dm.org/pushrocks/smartcli#info=devDependencies)
|
[![Dependency Status](https://david-dm.org/pushrocks/smartcli.svg)](https://david-dm.org/pushrocks/smartcli)
|
||||||
|
[![bitHound Overall Score](https://www.bithound.io/github/pushrocks/smartcli/badges/score.svg)](https://www.bithound.io/github/pushrocks/smartcli)
|
||||||
|
[![bitHound Code](https://www.bithound.io/github/pushrocks/smartcli/badges/code.svg)](https://www.bithound.io/github/pushrocks/smartcli)
|
||||||
|
|
||||||
## Install the package
|
## Install the package
|
||||||
npm install smartcli
|
npm install smartcli --save
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -53,5 +54,3 @@ smartcli.check.command('jazz');
|
|||||||
smartcli.get.option('myoption');
|
smartcli.get.option('myoption');
|
||||||
```
|
```
|
||||||
|
|
||||||
Cheers
|
|
||||||
Phil from Lossless Digital
|
|
||||||
|
@ -27,15 +27,15 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/pushrocks/smartcli",
|
"homepage": "https://github.com/pushrocks/smartcli",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"beautylog": "3.1.2",
|
"beautylog": "4.1.2",
|
||||||
"cliff": "^0.1.10",
|
"cliff": "^0.1.10",
|
||||||
"inquirer": "^0.12.0",
|
"inquirer": "^0.12.0",
|
||||||
"smartparam": "0.0.7",
|
"smartparam": "0.0.7",
|
||||||
"yargs": "^4.1.0"
|
"yargs": "^4.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
"gulp-typescript": "2.11.0",
|
"gulp-typescript": "2.12.2",
|
||||||
"npmts": "^3.1.2"
|
"npmts": "^5.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
55
test/test.js
55
test/test.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -23,15 +23,6 @@ describe("smartcli",function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
var checkCommandPresenceTest = function() {
|
|
||||||
if (smartcli.check.commandPresence()) {
|
|
||||||
beautylog.success('There are commands present, like supposed to. Perfect!');
|
|
||||||
} else {
|
|
||||||
beautylog.error('There do not seem to be any commands present... This is wrong');
|
|
||||||
process.exit(1);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
checkCommandPresenceTest();
|
|
||||||
|
|
||||||
|
|
||||||
var checkCommandArgumentTest = function() {
|
var checkCommandArgumentTest = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user