An open API service indexing awesome lists of open source software.

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.

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)