npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

v_database_cli

v0.0.7

Published

V_Database CLI tool for an easy access to data.

Downloads

20

Readme

v_database_cli

nope

oclif Version Downloads/week License

Usage

$ npm install -g v_database_cli
$ v_db COMMAND
running command...
$ v_db (-v|--version|version)
v_database_cli/0.0.7 win32-x64 node-v16.13.0
$ v_db --help [COMMAND]
USAGE
  $ v_db COMMAND
...
$ npm install -g v_database_cli
$ v_db COMMAND
running command...
$ v_db (-v|--version|version)
v_database_cli/0.0.4 win32-x64 node-v16.13.0
$ v_db --help [COMMAND]
USAGE
  $ v_db COMMAND
...
$ npm install -g v_database_cli
$ v_db COMMAND
running command...
$ v_db (-v|--version|version)
v_database_cli/0.0.3 win32-x64 node-v16.13.0
$ v_db --help [COMMAND]
USAGE
  $ v_db COMMAND
...

Commands

v_db data-size

Describe the command here

USAGE
  $ v_db data-size

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/data-size.js

v_db get

View a type[s]/item[s]

USAGE
  $ v_db get

OPTIONS
  -i, --id=id      id to view
  -t, --type=type  type to view

DESCRIPTION
  ...
  Will list all types when triggered without specifying type or id[with type].

See code: src/commands/get.js

v_db help [COMMAND]

display help for v_db

USAGE
  $ v_db help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

v_db mk

Make new type or item

USAGE
  $ v_db mk

OPTIONS
  -c, --content=content  Content to use if adding item to type.
  -i, --id=id            Item id to use [optional]
  -t, --type=type        Type Name to [create/use]

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/mk.js

v_db purge

Describe the command here

USAGE
  $ v_db purge

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/purge.js

v_db rm

Delete a type or an item

USAGE
  $ v_db rm

OPTIONS
  -i, --id=id      Item id to use [optional]
  -t, --type=type  Type Name to [create/use]

DESCRIPTION
  ...
  Flag -t to delete a type
  Flag -i to delete an item of a type

See code: src/commands/rm.js

v_db setup

Run installation process

USAGE
  $ v_db setup

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

DESCRIPTION
  ...
  Sets up the database dir and config file.

See code: src/commands/setup.js

v_db status

Trigger system status check

USAGE
  $ v_db status

OPTIONS
  -c, --checklist=checklist  Check the CLI system status, will check all if empty.

DESCRIPTION
  ...
  Look for into the config directory and config file.

  Flags Additional Options:
    -c, --checklist  >>  [ "cfg_dir", "cfg_file" ]

  Example:
    v9 cli_status -c='cfg_dir cfg_file'

See code: src/commands/status.js

v_db delete

Delete a type or an item

USAGE
  $ v_db delete

OPTIONS
  -i, --id=id      Item id to use [optional]
  -t, --type=type  Type Name to [create/use]

DESCRIPTION
  ...
  Flag -t to delete a type
  Flag -i to delete an item of a type

See code: src/commands/delete.js

v_db hello

Basic example command here

USAGE
  $ v_db hello

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

DESCRIPTION
  ...
  Extra documentation goes here

  Welcome hope you find this useful.

See code: src/commands/hello.js

v_db help [COMMAND]

display help for v_db

USAGE
  $ v_db help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

v_db install

Trigger v_database.install() process

USAGE
  $ v_db install

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

DESCRIPTION
  ...
  Sets up the database dir and config file.

See code: src/commands/install.js

v_db new

Describe the command here

USAGE
  $ v_db new

OPTIONS
  -c, --content=content  Content to use if adding item to type.
  -i, --id=id            Item id to use [optional]
  -t, --type=type        Type Name to [create/use]

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/new.js

v_db status

Check the status of CLI tool and system.

USAGE
  $ v_db status

OPTIONS
  -c, --checklist=checklist  Check the CLI system status, will check all if empty.

DESCRIPTION
  ...
  Look for into the config directory and config file.

  Flags Additional Options:
    -c, --checklist  >>  [ "cfg_dir", "cfg_file" ]

  Example:
    v9 cli_status -c='cfg_dir cfg_file'

See code: src/commands/status.js

v_db view

View a type list, list of items in a type or specific item

USAGE
  $ v_db view

OPTIONS
  -i, --id=id      id to view
  -t, --type=type  type to view

DESCRIPTION
  ...
  Will list all types when triggered without specifying type or id[with type].

See code: src/commands/view.js

v_db delete

Delete a type or an item

USAGE
  $ v_db delete

OPTIONS
  -i, --id=id      Item id to use [optional]
  -t, --type=type  Type Name to [create/use]

DESCRIPTION
  ...
  Flag -t to delete a type
  Flag -i to delete an item of a type

See code: src/commands/delete.js

v_db hello

Basic example command here

USAGE
  $ v_db hello

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

DESCRIPTION
  ...
  Extra documentation goes here

  Welcome hope you find this useful.

See code: src/commands/hello.js

v_db help [COMMAND]

display help for v_db

USAGE
  $ v_db help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

v_db install

Trigger v_database.install() process

USAGE
  $ v_db install

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

DESCRIPTION
  ...
  Sets up the database dir and config file.

See code: src/commands/install.js

v_db new

Describe the command here

USAGE
  $ v_db new

OPTIONS
  -c, --content=content  Content to use if adding item to type.
  -i, --id=id            Item id to use [optional]
  -t, --type=type        Type Name to [create/use]

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/new.js

v_db status

Check the status of CLI tool and system.

USAGE
  $ v_db status

OPTIONS
  -c, --checklist=checklist  Check the CLI system status, will check all if empty.

DESCRIPTION
  ...
  Look for into the config directory and config file.

  Flags Additional Options:
    -c, --checklist  >>  [ "cfg_dir", "cfg_file" ]

  Example:
    v9 cli_status -c='cfg_dir cfg_file'

See code: src/commands/status.js

v_db view

View a type list, list of items in a type or specific item

USAGE
  $ v_db view

OPTIONS
  -i, --id=id      id to view
  -t, --type=type  type to view

DESCRIPTION
  ...
  Will list all types when triggered without specifying type or id[with type].

See code: src/commands/view.js