1.0.2 • Published 1 year ago

nv-cli-fullfill-path v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

nv-cli-fullfill-path

  • cli-tool
  • fullfill paths
  • paths could be split-by "/" OR "\" OR "."
  • for creat thousands of path

install

  • npm install nv-cli-fullfill-path -g

usage

Usage: nv_cli_fullfill_path [options]
Options:
    -i, --input         input string ,default stdin
    -o, --output        output string,default stdout
    -h, --help          usage

example

            nv-cli-fullfill-path# nv_cli_fullfill_path


            a/b/c/d
            e/f

            //------------------press ctrl+D

            /a

            /a/b

            /a/b/c

            /a/b/c/d

            /e

            /e/f



        nv-cli-fullfill-path# nv_cli_fullfill_path 


        x/y.z
        u.v.w
        ll.mm/nn

        //------------------press ctrl+D

        /x

        /x/y

        /x/y/z

        /u

        /u/v

        /u/v/w

        /ll

        /ll/mm             

        /ll/mm/nn

        nv-cli-fullfill-path# 

LICENSE

  • ISC