Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 251 Bytes

GENERATE.markdown

File metadata and controls

20 lines (14 loc) · 251 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

👍