jucie-cli
v0.0.8
Published
CLI tool for creating and managing Jucie projects
Downloads
71
Maintainers
Readme
Jucie CLI
CLI tool for creating and managing Jucie projects.
Installation
# From npm (Standalone)
npm install -g jucie-cliUsage
Create a new project
jucie create my-appStart design mode
cd my-app
npm run designBuild for production
jucie buildDevelopment
Building the CLI
# Development build (with source maps)
npm run build
# Production build (minified, no source maps)
npm run build:prodTesting
# Test help
node dist/jucie.js --help
# Test creating a project
node dist/jucie.js create my-test-appArchitecture
See individual README files in each directory:
- commands/README.md - CLI commands
- runtime/README.md - Runtime environments
- core/README.md - Core domain logic
Documentation
- MODES_COMPARISON.md - Design vs Preview vs Production
- BUILD_SUMMARY.md - Build system details
- QUICK_REFERENCE.md - Quick reference guide
- PUBLISHING.md - Publishing instructions
License
MIT
