Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammychinedu2ky/puppeteer-repo-generator

This is an npm package that makes the creation of a github repository from the terminal possible.
https://github.com/sammychinedu2ky/puppeteer-repo-generator

Last synced: about 1 month ago
JSON representation

This is an npm package that makes the creation of a github repository from the terminal possible.

Awesome Lists containing this project

README

        

## Repository Generator in node.js using puppeteer
So this repository contains a node.js app that allows you to spin up headless chromium which helps you automate the process of creating a repository on github and at the end of the process it displays the link to your repo.

It supports normal username,email and password authentication flow. Also, supports the use of OTP

Assuming your repo name is 'peter22' and your password is 'freshjscoder' then to create a repo titled "myapp" follow these steps:-

- clone the repo
- on your terminal run the codes below
- run "npm install -g"
- run "repo-gen peter22 freshjscoder myapp"
- wait for it to resolve printing out your repo name

The npm install -g allows you to run this command from any directory.

Thanks @Obumnwabude for the tfa notice and implementation.