start smartcli class
This commit is contained in:
parent
96d82c3a20
commit
542c77069f
14
package.json
14
package.json
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pushrocks/smartcli.git"
|
"url": "https://gitlab.com/pushrocks/smartcli.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"json",
|
"json",
|
||||||
@ -24,19 +24,19 @@
|
|||||||
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pushrocks/smartcli/issues"
|
"url": "https://gitlab.com/pushrocks/smartcli/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pushrocks/smartcli",
|
"homepage": "https://gitlab.com/pushrocks/smartcli",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"beautylog": "^5.0.5",
|
"beautylog": "^5.0.8",
|
||||||
"cliff": "^0.1.10",
|
"cliff": "^0.1.10",
|
||||||
"commander": "^2.9.0",
|
"commander": "^2.9.0",
|
||||||
"inquirer": "^1.0.2",
|
"inquirer": "^1.0.3",
|
||||||
"smartparam": "0.0.7",
|
"smartparam": "0.0.7",
|
||||||
"yargs": "^4.7.1"
|
"yargs": "^4.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"npmts": "^5.1.11",
|
"npmts": "^5.2.5",
|
||||||
"should": "^8.4.0"
|
"should": "^9.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
ts/smartcli.classes.smartcli.ts
Normal file
3
ts/smartcli.classes.smartcli.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export class smartcli {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user