search/
Start typing to search packages!
Manage
packages with
Forest CLI
Effortlessly upload and download packages to and from the Forest Package Manager from your command line.
PowerShell
> irm https://releases.forest.dev/install.ps1 | iex
Downloading Forest CLI...
Verifying checksum... ok
✓ Installed — ready to grow
> forest login
No admin rights needed — installs to your user directory and verifies the SHA-256 checksum of every download. Inspect the script before running it, if you like.
Up and running in minutes
Full Quick Start guide →1
Install a package
$ forest i evaera/promiseYour first install sets everything up in seconds!
2
Require it
require(Packages.promise)Mount the Packages folder with your sync tool (like Rojo), then require!
3
Publish your own
$ forest initScaffold a package of your own, then share it with forest publish.
