1.0.24 • Published 4 years ago
mkrep v1.0.24
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 git@github.com:username/my-new-project.git
$ git push -u origin mainWith mkrep
mkrep create my-new-project⚖️ License
MIT. Made with 💖
1.0.19
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.9
4 years ago
1.0.22
4 years ago
1.0.21
4 years ago
1.0.20
4 years ago
1.0.24
4 years ago
1.0.23
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago