| home | true | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heroText | wool | ||||||||||||||||||||||||||||
| description | an ecosystem for typescript | ||||||||||||||||||||||||||||
| actionText | Documentation | ||||||||||||||||||||||||||||
| actionLink | /learn/getting-started | ||||||||||||||||||||||||||||
| features |
|
||||||||||||||||||||||||||||
| footer | MIT Licensed | Free & Open Source. Forever. |
# create a new project
wool init hello/world
cd hello-world
# add packages
wool add you/example
# compile
wool make .
# and run
wool run hello/world