A script for auto-creating one github repository base puppeteer.
- Run
git clone https://github.com/puke3615/github-repository-auto-creator.git
- Run
cd github-repository-auto-creator
- Run
npm install
(oryarn install
oryarn
if you installedyarn
) - Create new file named account.txt in current folder, then input your github username and password with two lines, for example:
puke3615 ********
- Run
node index.js
, you will see everything like the above preview.