@pangolinjs/cli
v2.4.1
Published
CLI for creating new Pangolin.js projects.
Downloads
4
Readme
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