Licence
MIT
Version
0.0.3
Deps
8
Size
13 kB
Vulns
1
Weekly
0
gunp
none
Usage
$ npm install -g gunp
$ gunp COMMAND
running command...
$ gunp (-v|--version|version)
gunp/0.0.3 linux-x64 node-v12.18.4
$ gunp --help [COMMAND]
USAGE
$ gunp COMMAND
...
Commands
gunp help [COMMAND]
display help for gunp
USAGE
$ gunp help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
gunp mysql [SQL]
mysql query
USAGE
$ gunp mysql [SQL]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ gunp psql "select * from user"
See code: src/commands/mysql.ts
gunp psql [SQL]
postgresql query
USAGE
$ gunp psql [SQL]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ gunp psql "select * from user"
See code: src/commands/psql.ts
gunp sqlite [SQL]
sqlite query
USAGE
$ gunp sqlite [SQL]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ gunp sqlite "select * from user"
See code: src/commands/sqlite.ts
gunp xml2json
xml to json
USAGE
$ gunp xml2json
OPTIONS
-e, --encoding=encoding [default: utf-8] encoding
-f, --file=file (required) xml file path
-h, --help show CLI help
EXAMPLE
$ gunp xml2json -f ~/PathOfXmlFile.xml
See code: src/commands/xml2json.ts