Skip to content

(WORK IN PROGRESS) Mr-Ginit – A CLI tool to quickly initialize a GitHub-ready project. (Inspired by github-cli)

License

Notifications You must be signed in to change notification settings

mrjxtr-dev/mr-ginit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr-Ginit

ginit – A CLI tool to quickly initialize a GitHub-ready project. (Inspired by github-cli)

mr-ginit is focused on speed, simplicity, and ease of use:


One-Command Setup (Zero Config, No Overthinking)

  • Make ginit work with just one simple command like:

    ginit project-name

    This would:

    • Create a project directory.
    • Initialize a Git repository.
    • Create a .gitattributes, .gitignore, CODE_OF_CONDUCT.md, README.md, LICENSE, and SECURITY.md with opinionated defaults.

🚀 Interactive Mode (Minimal Prompts)

  • Allow users to type ginit without arguments to launch an interactive setup:

    ginit

    Prompts could be as simple as:

    • Project name?
    • License type?
    • Add a .gitignore for [Python, Go, etc.]?

🔑 Small Binary (Fast Install)

  • Lightweight binary for quick download and execution.

About

(WORK IN PROGRESS) Mr-Ginit – A CLI tool to quickly initialize a GitHub-ready project. (Inspired by github-cli)

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages