Find yourself repeating the same code over and over again?
Hopefully this will help you out.
- Clone the repo
git clone git@github.com:amenline/node-api-starter.git
- Install dependencies
npm install
- Make a copy of the
.env.example
file
cp .env.example .env
- Replace the existing remote URL with yours
git remote set-url origin <your-new-repo-url>