just-next v0.0.7
Base CLI
Base is a powerful CLI tool that helps you build full-stack applications with best practices and modern technologies. Think of it as "shadcn/ui" but for your entire stack - from frontend to backend.
Features
Project Initialization
base init
Initializes a new project with a configuration file, setting up your development environment with recommended settings and structure.
Component and Feature Addition
base add <component-or-feature>
Adds new components, features, or functionality to your project through intelligent codemods and file insertions. Similar to how shadcn/ui adds components, but for full-stack features.
AI-Powered Project Modifications
base edit "<your-prompt>"
Leverages AI to understand and modify your project based on natural language prompts. This command can access and modify project files intelligently, making it easy to implement changes across your codebase.
Getting Started
- Install the CLI:
npm install -g @base/cli
- Initialize your project:
base init
- Start adding components and features:
base add auth
base add database
base add ui/button
- Use AI to modify your project:
base edit "add a dark mode toggle to the navbar"
For more detailed documentation and examples, visit our documentation.