Skip to content

chelseafarley/git-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-start

For MacOS. This npm package creates a command that allows users to create git repos quickly with .gitignore for desired tech stack.

Demo on Youtube: https://www.youtube.com/watch?v=9OhArl-qFCM

Getting Started

  1. Install the npm package

npm install -g @chelseas/git-start

  1. Go create a personal access token with access to git repos: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-token

  2. Open Keychain Access on the mac and store the personal access token there.

  3. Update gitconfig to have your username:

git config --global user.username gitusername

  1. Run the following command where you want to create your new repo:

git-start

About

Create git repos quickly with .gitignore for desired tech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published