cli-api 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -1
- package/.idea/$CACHE_FILE$ +0 -6
- package/.idea/clap.iml +0 -8
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/deployment.xml +0 -63
- package/.idea/inspectionProfiles/Project_Default.xml +0 -10
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/pnpm-lock.yaml +0 -3745
- package/src/app-help.ts +0 -34
- package/src/commands/command-help.ts +0 -28
- package/src/commands/version.ts +0 -11
- package/src/constants.ts +0 -4
- package/src/index.ts +0 -3
- package/src/interfaces.ts +0 -89
- package/src/options.ts +0 -266
- package/src/print-command-help.ts +0 -78
- package/src/run.ts +0 -45
- package/src/utils.ts +0 -86
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cli-api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -46,5 +46,9 @@
|
|
|
46
46
|
"build": "cross-env BABEL_ENV=production rollup -c",
|
|
47
47
|
"dev": "cross-env BABEL_ENV=development rollup -cw",
|
|
48
48
|
"prod": "npm-run-all clean --parallel tsdecls build"
|
|
49
|
+
},
|
|
50
|
+
"repository": {
|
|
51
|
+
"type": "git",
|
|
52
|
+
"url": "https://github.com/mnpenner/node-cli-api.git"
|
|
49
53
|
}
|
|
50
54
|
}
|
package/.idea/$CACHE_FILE$
DELETED
package/.idea/clap.iml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
|
5
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
</component>
|
|
8
|
-
</module>
|
package/.idea/deployment.xml
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="PublishConfigData">
|
|
4
|
-
<serverData>
|
|
5
|
-
<paths name="home">
|
|
6
|
-
<serverdata>
|
|
7
|
-
<mappings>
|
|
8
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
9
|
-
</mappings>
|
|
10
|
-
</serverdata>
|
|
11
|
-
</paths>
|
|
12
|
-
<paths name="home-media">
|
|
13
|
-
<serverdata>
|
|
14
|
-
<mappings>
|
|
15
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
16
|
-
</mappings>
|
|
17
|
-
</serverdata>
|
|
18
|
-
</paths>
|
|
19
|
-
<paths name="kymarkbookings.com">
|
|
20
|
-
<serverdata>
|
|
21
|
-
<mappings>
|
|
22
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
23
|
-
</mappings>
|
|
24
|
-
</serverdata>
|
|
25
|
-
</paths>
|
|
26
|
-
<paths name="mpen.ca">
|
|
27
|
-
<serverdata>
|
|
28
|
-
<mappings>
|
|
29
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
30
|
-
</mappings>
|
|
31
|
-
</serverdata>
|
|
32
|
-
</paths>
|
|
33
|
-
<paths name="partybus.net">
|
|
34
|
-
<serverdata>
|
|
35
|
-
<mappings>
|
|
36
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
37
|
-
</mappings>
|
|
38
|
-
</serverdata>
|
|
39
|
-
</paths>
|
|
40
|
-
<paths name="seasonseventgroup FTP">
|
|
41
|
-
<serverdata>
|
|
42
|
-
<mappings>
|
|
43
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
44
|
-
</mappings>
|
|
45
|
-
</serverdata>
|
|
46
|
-
</paths>
|
|
47
|
-
<paths name="seasonseventgroup.com">
|
|
48
|
-
<serverdata>
|
|
49
|
-
<mappings>
|
|
50
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
51
|
-
</mappings>
|
|
52
|
-
</serverdata>
|
|
53
|
-
</paths>
|
|
54
|
-
<paths name="software.limo">
|
|
55
|
-
<serverdata>
|
|
56
|
-
<mappings>
|
|
57
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
58
|
-
</mappings>
|
|
59
|
-
</serverdata>
|
|
60
|
-
</paths>
|
|
61
|
-
</serverData>
|
|
62
|
-
</component>
|
|
63
|
-
</project>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<component name="InspectionProjectProfileManager">
|
|
2
|
-
<profile version="1.0">
|
|
3
|
-
<option name="myName" value="Project Default" />
|
|
4
|
-
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
|
5
|
-
<option name="processCode" value="true" />
|
|
6
|
-
<option name="processLiterals" value="true" />
|
|
7
|
-
<option name="processComments" value="true" />
|
|
8
|
-
</inspection_tool>
|
|
9
|
-
</profile>
|
|
10
|
-
</component>
|
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED