creepo

remotely create github repos

Usage no npm install needed!

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

README

creepo

a small cli to help create GitHub repos remotely.

i hate going to the website to create a repo after i've written some code.

creepo in action

usage

$ npm i -g creepo
$ creepo

OR

$ npx creepo

to run, you need to have an API token from GitHub with at least 'public_repo' permissions. you can make one here: https://github.com/settings/tokens

on first run, creepo will ask for your GitHub username and token and (if you let it), save those in ~/.creepo/config.json for the future.