nv-cli-namespace

1.0.3 • Public • Published

nv-cli-namespace

  • cli-tool , create many empty namespace

install

  • npm install nv-cli-namespace -g

usage

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

example

	#nv_cli_namespace_d2ns 

	{
	    a: { 
	      b : {}    
	      c : {}
	    }
	}

	//// press ctrl+D

	namespace global {
	    namespace a {
		namespace b {
		}
		namespace c {
		}
	    }
	}



             #nv_cli_namespace_ns2d

            namespace global {
                namespace a {
                    namespace b {
                    }
                    namespace c {
                    }
                }
            }

             //// press ctrl+D
            {
                "a":   {
                  "b" : {}
                  "c" : {}
                }
            }                 

LICENSE

  • ISC

Readme

Keywords

none

Package Sidebar

Install

npm i nv-cli-namespace

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

27.5 kB

Total Files

9

Last publish

Collaborators

  • ihgazni2