1.0.0 • Published 8 months ago
create-links-base v1.0.0
Create Links Base
CLI tool to create and manage Links Base projects.
Quick Start
pnpm dlx create-links-base my-linksCLI Commands
Create New Project
Create a new Links Base project using any of these commands:
pnpm dlx create-links-base [project-directory]
# or
npx create-links-base@latest [project-directory]
# or
yarn create-links-base [project-directory]
# or
bunx create-links-base [project-directory]Command Options
Usage: create-links-base [project-directory] [options]
Options:
--skip-install Skip package installation
--help Display help information
--version Display CLI versionUpdate Existing Project
When inside a Links Base project directory:
# Basic update
pnpm dlx create-links-base update
# Update options
--force Force update even with local changes
--dry-run Preview changes without applying them
--skip-install Skip package installation after updateExamples:
# Force update with local changes
pnpm dlx create-links-base update --force
# Preview update changes
pnpm dlx create-links-base update --dry-run
# Update without installing packages
pnpm dlx create-links-base update --skip-installDocumentation
For more detailed documentation and examples, visit our official documentation.
1.0.0
8 months ago