@dbwebb/dbwebb-cli
v2.9.4
Published
A CLI client to work with dbwebb courses, built in bash.
Downloads
6
Readme
dbwebb-cli version 3
A CLI client to work with dbwebb courses, built in bash.
This is development of version 3 for dbwebb-cli, a complete rewrite of the codebas. Version 1 and 2 is available in mosbth/dbwebb-cli.
Documentation
There is documentation on dbwebb.se/dbwebb-cli (swedish only).
Or use the built-in dbwebb help <command>
.
Install
Download and install using installation program, composer or npm.
Installation program
Download and install to /usr/local/bin
or /usr/bin
. Use sudo
if needed. The executable will be installed as dbwebb3
(for now).
Using curl for download.
bash -c "$(curl -s https://raw.githubusercontent.com/dbwebb-se/dbwebb-cli/master/release/latest/install)"
Using wget for download.
bash -c "$(wget -qO- https://raw.githubusercontent.com/dbwebb-se/dbwebb-cli/master/release/latest/install)"
Check where its installed and its version.
$ which dbwebb3
/usr/local/bin/dbwebb3
$ dbwebb3 --version
v2.9.3 (2017-11-06)
Composer
Install dbwebb/dbwebb-cli
using composer as part of you development environment.
composer require dbwebb/dbwebb-cli
vendor/bin/dbwebb --version
NPM
Install @dbwebb/dbwebb-cli
using npm as part of you development environment.
npm install @dbwebb/dbwebb-cli
node_modules/.bin/dbwebb --version
License
This software carries a MIT license.
.
..: Copyright (c) 2013 - 2017 Mikael Roos, [email protected]