Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 237 Bytes

GENERATE.md

File metadata and controls

20 lines (14 loc) · 237 Bytes

How to generate playground and zip

In Terminal type:

Once:

brew install node
npm install -g playground

every time:

cd Design-Patterns-In-Swift
./generate-playground.sh

👍