Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 254 Bytes

GENERATE.markdown

File metadata and controls

21 lines (14 loc) · 254 Bytes

How to generate playground and zip

In Terminal type:

Once:

brew install node
npm install -g swift-playground-builder

Every time:

cd ./Design-Patterns-In-Swift

./generate-playground.sh

👍