@the-living-project/the-living-project-cli
v3.0.3
Published
One-line installer and upgrader for The Living Project framework
Maintainers
Readme
The Living Project Deployment Package
One-Line Install
Published package:
npx -y @the-living-project/the-living-project-cli initAlternative runners:
pnpm dlx @the-living-project/the-living-project-cli init
bunx @the-living-project/the-living-project-cli init
yarn dlx @the-living-project/the-living-project-cli initLocal package folder:
powershell -ExecutionPolicy Bypass -File .\install.ps1Optional custom workspace name:
powershell -ExecutionPolicy Bypass -File .\install.ps1 "My Project Workspace"What It Does
- installs the
living-projectskill into the local Codex skills directory when available - creates a new workspace folder with a ready-to-use
.living-project/framework - drops a visible
START-HERE.mdfile with a universal prompt plus a Codex shortcut - preserves user-created project files on rerun while upgrading managed framework files
How Upgrades Work
Share a newer version of this package and rerun the same command.
- the skill is replaced with the new version after backing up the previous one
- managed workspace files are refreshed
- user work in
seeds/,context/,compost/, andcultivate-log.mdis preserved
Commands
npx -y @the-living-project/the-living-project-cli init
npx -y @the-living-project/the-living-project-cli upgrade
npx -y @the-living-project/the-living-project-cli doctorBranding And Release
Edit release.config.json to set your author name, npm package name, and repository URLs.
Then run:
node .\scripts\prepare-release.mjs
npm pack