Skip to content

Instantly share code, notes, and snippets.

@idrise
Created May 26, 2022 18:47
Show Gist options
  • Save idrise/9755c30336b3821b02773308c80e8654 to your computer and use it in GitHub Desktop.
Save idrise/9755c30336b3821b02773308c80e8654 to your computer and use it in GitHub Desktop.
@echo off
echo Grab a cuppa! Here there be dependencies...
mkdir -p ~/.capicli/main
git clone git@github.com:guardian/capicli.git ~/.capicli/main
cd ~/.capicli/main
npm install
npm run build
npm link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment