Create github repository in programmatically.


Keywords
Git, cli, nodejs
License
ISC
Install
npm install 1n1t@1.0.1

Documentation

Installing

npm i 1n1t --save

Using

var I = require('1n1t');

I()
  .then((value) => {console.log(value);})
  .catch((err) => {console.log(err);});