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.examplefile
cp .env.example .env - Replace the existing remote URL with yours
git remote set-url origin <your-new-repo-url>