1.0.24 • Published 2 years ago

mkrep v1.0.24

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

mkrep

Create your local & Github repository instantly

✅ Requirements

  • NodeJS
  • Git

⚙️ Setup

  1. Create a Github personal access token here with the following scopes:

  2. Install mkrep

npm i -g mkrep
  1. Create a project mkrep my-new-project, CLI will ask you to enter your Github personal access token & default directory to create the new mkrep 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

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago