adapto_cli
CLI for the Adapto framework — scaffold, develop, build, lint, and generate components.
Part of the Adapto web framework.
Features
adapto new— scaffold a new Adapto project with sensible defaultsadapto dev— start a live development server with hot reloadadapto build— compile and validate templates for productionadapto check— lint templates and configurationadapto generate— scaffold components, pages, and resources
Quick Start
# Install globally
# cargo install adapto_cli
# Create a new project
# Start dev server
# Build for production
# Lint project
# Generate a component
License
MIT — Saken Tukenov