Skip to content

Instantly share code, notes, and snippets.

@idrise
Created May 26, 2022 18:36
Show Gist options
  • Save idrise/d82b803ed699db69107f2e98135c71e0 to your computer and use it in GitHub Desktop.
Save idrise/d82b803ed699db69107f2e98135c71e0 to your computer and use it in GitHub Desktop.
@echo off
echo Grab a cuppa! Here there be dependencies...
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