1.0.11 • Published 8 months ago

nv-cli-cliproj v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

nv-cli-cliproj

  • very simple cli-tool
  • create a mini node-cli-only-project template

install

  • npm install nv-cli-cliproj -g

usage

    Usage: nv_cli_cliproj [options]
    Options:
        -p, --pkg_name        package name in package.json
        -b, --bin_name        bin name in package.json.bin
        -h, --help            usage
        

example

    # nv_cli_cliproj -p nv-cli-simple-routes -b nv_cli_sroute

    # tree nv-cli-simple-routes/
    nv-cli-simple-routes/
    ├── cli.js
    ├── index.js
    ├── package.json
    └── README.md

    0 directories, 4 files


    nv-cli-cliproj# cat nv-cli-simple-routes/package.json
    {
        "dependencies": {
            "nv-cli-basic": "^1.0.5"
        },
        "name": "nv-cli-simple-routes",
        "description": "",
        "version": "1.0.1",
        "main": "index.js",
        "devDependencies": {},
        "scripts": {
            "test": "echo \"Error: no test specified\" && exit 1"
        },
        "bin": {
            "nv_cli_sroute": "cli.js"
        },
        "author": "",
        "license": "ISC"
    }

LICENSE

  • ISC
1.0.11

8 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago