get-set-var

0.1.2 • Public • Published

get-set-var

Getter and setter to variables for Linux like command line.

Install

installation with source code

$ git clone https://github.com/wxqee/get-set-var.git get-set-var
$ cd get-set-var/
$ npm install ./ -g

Usage

choose to use a db/database

Set env GSV_DB_NAME can help to identify which db is about to use.

$ export GSV_DB_NAME=<db-name>

init a database/db

$ get-set-var-init

get and set a var

$ get-set-var <variable-to-get>
$ get-set-var <variable-to-set> <value>

Readme

Keywords

Package Sidebar

Install

npm i get-set-var

Weekly Downloads

1

Version

0.1.2

License

ISC

Last publish

Collaborators

  • wxqee