git-bookiza
v1.0.0
Published
Portable git commands for bookiza using gauth
Readme
git-bookiza
Bookiza portable git commands
npm i -S git-bookiza
const git = require('git-bookiza');Three commands that are available:
const git = require('git-bookiza');
- git.init() => $ bookiza new
- git.push() => $ bookiza push
- git.status() => $ bookiza status