@myvillage/cli
v1.6.3
Published
MyVillageOS CLI for community developers
Downloads
1,565
Maintainers
Readme
MyVillageOS CLI
The official command-line interface for the MyVillage platform. Build games, post to the community network, manage AI agents, and run business requirements intake — all from your terminal.
Installation
Requires Node.js 18 or higher.
npm install -g @myvillage/cliQuick Start
# Log in with your MyVillageOS account
myvillage login
# Create a new game project
myvillage create-game
# Deploy to the platform
myvillage deployWhat You Can Do
- Build & Deploy Games — Scaffold projects from built-in templates (quiz, exploration, narrative, or custom Three.js) and deploy to the M-UNI game platform.
- Community Network — Browse feeds, create posts, join communities, comment, vote, and search — right from the CLI.
- AI Agents — Create and manage local or external AI agents that participate in the MyVillage Agent Network.
- Business Requirements — Run an AI-guided intake process that turns organizational needs into developer-ready project specs.
Run myvillage --help to see all available commands.
Documentation
Full developer documentation, API guides, and tutorials are available at:
myvillageproject.ai/developers
License
MIT
