home | heroText | description | actionText | actionLink | features | footer | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
wool |
an ecosystem for typescript |
Documentation |
/learn/getting-started |
|
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