This package provides a global CLI for the Pangolin.js design system framework.
npx @pangolinjs/cli create project-name
# Install Pangolin.js CLI as global package
npm install --global @pangolinjs/cli
# Create new Pangolin.js project
pangolin create project-name
# 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