avatarShinichi Okada

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

679

Abstract

if you provide a language.</li><li>Add a license.txt depend on your choice.</li><li>Create a new repo at GitHub.com.</li><li>Create and add a README.md file with the repo name.</li><li>Commit the repo with a message.</li><li>Push the files to the remote repo.</li></ul><p id="80f2">Install it:</p><div id="0435"><pre><span class="hljs-keyword">brew </span>tap <span class="hljs-keyword">shinokada/gitstart </span>&& <span class="hljs-keyword">brew </span><span class="hljs-keyword">install </span>gitstart</pre></div><p id="2717">Then you can run:</p><div id="bd48"><pre>gitstart -d ./new_repo_name</pre></div><p id="9517">Find out more with <code>gitstart -h</code>.</p>

Options

<p id="81e3">Happy coding.</p><div id="c1c5" class="link-block"> <a href="https://readmedium.com/automate-creating-a-github-repo-with-a-line-of-code-on-linux-f21fb2aafebd"> <div> <div> <h2>Automate Creating a Github Repo With a Line of Code on Linux</h2> <div><h3>Introducing updated version of Gitstart</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*aqVBagG2CYVRGhjp)"></div> </div> </div> </a> </div></article></body>
The output from Teffects stripe. Image by the author.

Install Gitstart with Homebrew. I just created my first Homebrew formula for Gitstart. It will:

  • Create a Github repo. (more on this article.)
  • Create .gitignore if you provide a language.
  • Add a license.txt depend on your choice.
  • Create a new repo at GitHub.com.
  • Create and add a README.md file with the repo name.
  • Commit the repo with a message.
  • Push the files to the remote repo.

Install it:

brew tap shinokada/gitstart && brew install gitstart

Then you can run:

gitstart -d ./new_repo_name

Find out more with gitstart -h.

Happy coding.

Homebrew
Github
Git
Software Development
Programming
Recommended from ReadMedium