Nmbl CLI
A powerful command-line interface for modern developers
Overview
Nmbl CLI is a developer command-line interface utility that simplifies complex workflows and automates repetitive tasks. Built with modern development practices in mind, it provides a consistent and intuitive interface for managing your projects.
Installation
Install Nmbl CLI using your preferred package manager:
# Using npm
npm install -g @nimbletools/nmbl
# Using Homebrew (macOS)
brew install nimbletools/tap/nmbl
# Using Chocolatey (Windows)
choco install nmbl
Quick Start
Get started with Nmbl CLI in just a few commands:
# Initialize a new project
nmbl init my-project
# Navigate to your project
cd my-project
# Run development server
nmbl dev
# Build for production
nmbl build
# Deploy to production
nmbl deploy
Use Cases
Project Management
Manage multiple projects with ease using Nmbl’s project management features. Switch between projects, track dependencies, and maintain consistent configurations across your development environments.
Automation
Automate repetitive tasks with custom scripts and workflows. Nmbl CLI provides a flexible scripting engine that integrates with your existing tools and processes.
Deployment
Deploy your applications to various platforms with built-in deployment commands. Support for major cloud providers and hosting platforms out of the box.
Documentation
For detailed documentation, visit our [documentation site]({{ .Site.Params.accountURL }}) or run nmbl help in your terminal.
Community
Join our community of developers:
- GitHub: Report issues and contribute
- Discord: Get help and share tips
- Twitter: Follow for updates and announcements
Key Features
- Intuitive command syntax that feels natural
- Extensible plugin architecture
- Cross-platform support (Windows, macOS, Linux)
- Built-in project scaffolding
- Integrated deployment workflows
- Rich terminal output with progress indicators
- Configuration management
- Interactive prompts for complex operations