1n1t

Create github repository in programmatically.

Usage no npm install needed!

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

README

Installing

npm i 1n1t --save

Using

var I = require('1n1t');

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