# dib-cli

## If you have cloned this repo, and you want to install it. 

npm install 

npm install -g
npm link

## If you have it installed already you can just run dib, and follow help

cd /var/www

dib 

  Or

dib init myNewDibApp // creates the folder and installs the Dropinbase client app

  Or
  
dib init cli-dib-test --development //gets the development head locally

