mkrep
v1.0.24
Published
> Create your local & Github repository instantly
Downloads
76
Readme
mkrep
Create your local & Github repository instantly
✅ Requirements
- NodeJS
- Git
⚙️ Setup
Create a Github personal access token here with the following scopes:
Install
mkrep
npm i -g mkrep- Create a project
mkrep my-new-project, CLI will ask you to enter your Github personal access token & default directory to create the newmkrepprojects
✨ Usage
mkrep create my-new-project🤔 Why ?
mkrep automate the creation of a new Git project hosted on Github.
Without mkrep
$ mkdir my-new-project
$ cd my-new-project
$ git init
$ npm init -y
$ git add . && git commit -m "Initial commit"
# Going to Github.com to create a new repository
# Copy new repository URL
$ git remote add origin [email protected]:username/my-new-project.git
$ git push -u origin mainWith mkrep
mkrep create my-new-project⚖️ License
MIT. Made with 💖
