/mygit

Bash script to ease generating git repositories.

Primary LanguageShellMIT LicenseMIT

Overview

CodeFactor GitHub repo size Lines of code License Last commit

Bash script to ease generating git repositories.

  • If you found mygit helpful or neat please consider leaving a star ⭐

Setup

- Assuming pip or lice is installed.

  • Clone the repository (git clone https://github.com/Metacinnabar/mygit.git && cd mygit).
  • Run the installer (sudo chmod +x setup.sh && bash setup.sh).

Command Arguments

Run mygit with mygit [git url] (license) (.gitignore)

arguments description example required
[giturl] The repository url to push to. https://github.com/Metacinnabar/mygit.git
(license) The license for the repository. MIT or Apache
(.gitignore) The gitignore for the repository. VisualStudio or Node

License

All possible licenses: agpl3, apache, bsd2, bsd3, cddl, cc0, epl, gpl2, gpl3, lgpl, mit, and mpl.
Licenses are case insensitive.
Don't see the license you're looking for? Refer to licenses/lice.

Gitignore

All gitinore templates can be found here at github/gitignore.
Gitignores are case sensitive.

Support

For any bug reports, questions, or requests, create an issue via the issue tracker.

License

mygit is licensed under the MIT License.