git-bookiza

Portable git commands for bookiza using gauth

Usage no npm install needed!

<script type="module">
  import gitBookiza from 'https://cdn.skypack.dev/git-bookiza';
</script>

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