1.0.24 • Published 3 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 newmkrep
projects
✨ 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 main
With mkrep
mkrep create my-new-project
⚖️ License
MIT. Made with 💖
1.0.19
3 years ago
1.0.18
3 years ago
1.0.17
3 years ago
1.0.16
3 years ago
1.0.9
3 years ago
1.0.22
3 years ago
1.0.21
3 years ago
1.0.20
3 years ago
1.0.24
3 years ago
1.0.23
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago