Expand description
Nargo CLI - A high-performance frontend tool inspired by Vite and Rolldown.
This crate provides the command-line interface for Nargo, including:
- Development server with hot reload
- Production builds
- Testing and coverage
- Linting and formatting
- Package management
- Git hooks
- LSP and MCP servers
Re-exports§
pub use cli::Cli;pub use commands::Commands;pub use installer::InstallDiff;pub use installer::InstallOptions;pub use installer::InstallPhase;pub use installer::InstallProgress;pub use installer::InstallResult;pub use installer::Installer;
Modules§
- cli
- CLI definition for Nargo.
- commands
- Command definitions for Nargo CLI.
- installer
- Dependency installer implementation.