pablo-cli
v0.1.0
Published
CLI tool for Pablo.Design development
Maintainers
Readme
Pablo CLI
CLI tool for Pablo.Design development
Installation
npm install -g pablo-cliUsage
Initialize a new Pablo project
pablo initThis command will display a welcome message and help you get started with Pablo.Design.
Development
Prerequisites
- Node.js >= 18
- pnpm >= 10.12.1
This project uses mise for tool version management.
Setup
# Install mise (if not already installed)
curl https://mise.run | sh
# Install required tools
mise install
# Install dependencies
pnpm installScripts
# Build the CLI
pnpm build
# Run in development mode
pnpm dev init
# Run linting
pnpm lint
# Run formatting
pnpm format
# Run both linting and formatting
pnpm checkTesting locally
# Link the package locally
npm link
# Test the CLI
pablo init
# Unlink when done
npm unlink -g pablo-cliContributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
MIT
