@contributionls/utils-cli

0.0.1 • Public • Published

@contributionls/utils-cli

For utils client, the npm package can instead of https://utils.men

oclif Version Downloads/week License

Usage

$ npm install -g @contributionls/utils-cli
$ utils-cli COMMAND
running command...
$ utils-cli (-v|--version|version)
@contributionls/utils-cli/0.0.1 darwin-x64 node-v10.17.0
$ utils-cli --help [COMMAND]
USAGE
  $ utils-cli COMMAND
...

Api

const {merge, template, jsonpath, convert} = require('@contributionls/utils-cli')
const url1 = merge(['https://google.com','https://hp.com'])
console.log('url1',url)

merge

merge(urls,sourceFileType)

  • sourceFileType, optional, specific the urls source file type, if not specific, it will auto detect the url's file type, value could be ini, yaml, json

template

template(url,template,sourceFileType)

  • sousourceFileTyperce, optional, specific the urls source file type, if not specific, it will auto detect the url's file type, value could be ini, yaml, json

convert

convert(url,destFileType,sourceFileType)

jsonpath

jsonpath(url,jsonpath,sourceFileType)

  • sourceFileType, optional, specific the urls source file type, if not specific, it will auto detect the url's file type, value could be ini, yaml, json

Commands

utils-cli convert

Convert config url type

USAGE
  $ utils-cli convert

OPTIONS
  -d, --dest=ini|yaml|json    (required) specific the url dest file type, value could be 'ini', 'yaml', 'json'

  -s, --source=ini|yaml|json  optional, specific the urls source file type, if not specific, it will auto detect the
                              url's file type, value could be 'ini', 'yaml', 'json'

  -u, --url=url               (required) need to convert url

DESCRIPTION
  ...
  Extra documentation goes here
  https://utils.men/

See code: src/commands/convert.js

utils-cli hello

Describe the command here

USAGE
  $ utils-cli hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

utils-cli help [COMMAND]

display help for utils-cli

USAGE
  $ utils-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

utils-cli jsonpath

Jsonpath config url type

USAGE
  $ utils-cli jsonpath

OPTIONS
  -j, --jsonpath=jsonpath     (required) specific the jsonpath

  -s, --source=ini|yaml|json  optional, specific the urls source file type, if not specific, it will auto detect the
                              url's file type, value could be 'ini', 'yaml', 'json'

  -u, --url=url               (required) need to convert url

DESCRIPTION
  ...
  Extra documentation goes here
  https://utils.men/

See code: src/commands/jsonpath.js

utils-cli merge

Merge config url

USAGE
  $ utils-cli merge

OPTIONS
  -s, --source=ini|yaml|json  optional, specific the urls source file type, if not specific, it will auto detect the
                              url's file type, value could be 'ini', 'yaml', 'json'

  -u, --url=url               (required) need to merge url, you can pass this flag multiple

DESCRIPTION
  ...
  Extra documentation goes here
  https://utils.men/

See code: src/commands/merge.js

utils-cli template

Template config url type

USAGE
  $ utils-cli template

OPTIONS
  -s, --source=ini|yaml|json  optional, specific the urls source file type, if not specific, it will auto detect the
                              url's file type, value could be 'ini', 'yaml', 'json'

  -t, --template=template     (required) specific the template

  -u, --url=url               (required) need to convert url

DESCRIPTION
  ...
  Extra documentation goes here
  https://utils.men/

See code: src/commands/template.js

Readme

Keywords

Package Sidebar

Install

npm i @contributionls/utils-cli

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

15.9 kB

Total Files

16

Last publish

Collaborators

  • contributionls