With CLI, create a new github repo with basic setup.
npm i -g repoinitiator
Note: For linux distros' users rember to add
sudo
.
To configure repoinitiator
locally, run this command:
repoinitiator config
Add your github username and Github PAT (Github Personal Access Token).
Important
PAT must have access to creating or modifying repositories.
Follow steps in this article in order to get you PAT.
repoinitiator new <repo_name>
<repo_name> is the name you want to give your repository.
Note: You'll be prompted to enter directory where the project will reside locally. If you want it to be current directory you're in please add period(.) only.
Refer to contributing.md if you want to contribute.
Our project is licensed under MIT license which can be found here.
This project is currently maintained by @MuhireIghor and @pacifiquem.