Skip to content

Latest commit

 

History

History

dddbsh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Get Started

  1. Change to the clients/dddbsh directory:

    cd clients/dddbsh
  2. Install dependencies:

    npm install
    
  3. Install node dddb driver

    Make sure to setup the driver locally before! (drivers/nodejs/dddb/README.md)

     npm link dddb
  4. Link the package globally:

    npm link

You can now run dddbsh from any terminal:

dddbsh

dddbsh

Using dddbsh