@pangolinjs/cli

CLI for creating new Pangolin.js projects.


Keywords
cli, command-line, pangolinjs, terminal
License
Hippocratic-2.1
Install
npm install @pangolinjs/cli@2.3.0-rc.0

Documentation

Pangolin.js CLI

This package provides a global CLI for the Pangolin.js design system framework.

Quick start project creation with npx

npx @pangolinjs/cli create project-name

Alternative global installation

# Install Pangolin.js CLI as global package
npm install --global @pangolinjs/cli

# Create new Pangolin.js project
pangolin create project-name

Contribute

# Lint code
npm run lint:js
npm run lint:css

# Run unit tests
npm run test:unit

# Run CLI tests
npm run test:create
npm run test:dev
npm run test:build

License

Hippocratic License 2.1