https://github.com/pangolinjs/cli
CLI for creating new Pangolin.js projects.
https://github.com/pangolinjs/cli
cli command-line pangolinjs terminal
Last synced: over 1 year ago
JSON representation
CLI for creating new Pangolin.js projects.
- Host: GitHub
- URL: https://github.com/pangolinjs/cli
- Owner: pangolinjs
- License: other
- Created: 2016-12-02T08:13:28.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T10:12:57.000Z (about 2 years ago)
- Last Synced: 2025-04-04T22:07:28.228Z (over 1 year ago)
- Topics: cli, command-line, pangolinjs, terminal
- Language: JavaScript
- Homepage: https://pangolinjs.org
- Size: 2.72 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#
Pangolin.js CLI
This package provides a global CLI for the [Pangolin.js design system framework](https://pangolinjs.org).
## Quick start project creation with `npx`
```bash
npx @pangolinjs/cli create project-name
```
## Alternative global installation
```bash
# Install Pangolin.js CLI as global package
npm install --global @pangolinjs/cli
# Create new Pangolin.js project
pangolin create project-name
```
## Contribute
```bash
# 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](https://firstdonoharm.dev)