ato add
ato add
, ato sync
and ato remove
.
All dependency commands keep your installed packages in sync automatically, so you don’t need to think too much about managing environments.
Here are the key commands:
ato sync
ato.yaml
. Run this when you pull a new project. Dependencies are cached in project/.ato directory
ato add {package}
ato.yaml
ato remove {package}
ato.yaml
ato add git://{git-url}
or from a local directory:
ato add file://./path/to/package
Importantly, you cannot publish a package that depends on unpublished packages.