c0mm1t

Git commit easily

Usage no npm install needed!

<script type="module">
  import c0mm1t from 'https://cdn.skypack.dev/c0mm1t';
</script>

README

Installing

sudo npm i c0mm1t --save

Using

var C = require('c0mm1t');

C({message:'Bug fixes', new: true})
  .then(function (value) {console.log(value);})
  .catch(function (err) {console.log(err);})