Skip to content
/ mkrep Public

Create your local & Github repository instantly

Notifications You must be signed in to change notification settings

matschik/mkrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 create 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 💖

About

Create your local & Github repository instantly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published