Workspaces
A workspace is the root repository created by jafa init. It holds the
shared tooling config and a projects/ directory containing one or more
projects.
Running jafa init [target-directory] creates:
rokit.toml— shared Rokit tool versionswally/wally.toml— Wally package manifest, shared by every project in the workspace (each project links to../../wally/Packages)jafa.code-workspace,.vscode/,.gitignore,README.md— editor and repo scaffoldingasset-updater.luau— Lune script used byjafa pullto pull published Roblox assets (terrain, maps, lighting, etc.) into a project- A git repository, if one doesn't already exist
- Tools installed via
rokit install: Rojo, Wally, StyLua, Lune, Mantle, Selene, wally-package-types - Wally packages installed via
wally install --project-path ./wally - A
projects/directory containing a starter project (see Project structure) — the per-projectdefault.project.json,selene.toml, andstylua.tomllive there, not at the workspace root
Everything under projects/ is a separate Rojo project that shares this one
set of tools and packages, so you don't reinstall or reconfigure them for
every experience.