Skip to content

woolts/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home heroText description actionText actionLink features footer
true
wool
an ecosystem for typescript
Documentation
/learn/getting-started
title details
Safe & Stable
With in-built sandboxing and only TypeScript packages allowed, you can ensure your project is safer and more stable.
Semantic versioning is no longer human led, but defined by a package’s public interface.
title details
Decentralised
Development is not tied to a single point of failure.
Create your own registries to mirror any packages you depend on, or to host your company’s private projects.
title details
Monorepos
Structure your projects how you want, without restriction, nested as deep as necessary.
Each package can opt to share its version or be individually versioned.
title details
Free & Open Source
Wool is free and open source. Forever.
Build with the confidence that bad actors can not cause damage to your business.
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