Created
June 4, 2018 04:34
-
-
Save corentone/99a0d6f540a9afbe2c90f520ed08a8e6 to your computer and use it in GitHub Desktop.
Generate JyBP's mocks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd $GOPATH/src | |
mkdir vektra && cd vektra && git clone https://github.com/corentone/mockery.git | |
cd mockery && git checkout in-place-differentfolder && make install | |
cd $GOPATH/src | |
mkdir JyBP | |
git clone https://github.com/JyBP/keeptree.git && cd keeptree | |
mockery -all -keeptree -output ./cmd/mocks -dir ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment