https://github.com/primno/cli
Command-line interface tool for initializing, building, and deploying Primno projects
https://github.com/primno/cli
cli primno
Last synced: 3 months ago
JSON representation
Command-line interface tool for initializing, building, and deploying Primno projects
- Host: GitHub
- URL: https://github.com/primno/cli
- Owner: primno
- License: mit
- Created: 2021-07-24T11:16:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T20:29:36.000Z (about 3 years ago)
- Last Synced: 2026-01-03T01:04:32.920Z (6 months ago)
- Topics: cli, primno
- Language: TypeScript
- Homepage: https://primno.io
- Size: 1.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Primno CLI
[](https://www.npmjs.com/package/@primno/cli)
[](https://github.com/primno/cli/blob/main/LICENSE)

Primno CLI is a command-line interface tool for initializing, building, and deploying [Primno](https://github.com/primno/primno) projects from a command shell.
> **Important**
> primno is in beta stage and subject to change.
## Documentation
The documentation can be found on [https://primno.io](https://primno.io).
- [Getting Started](https://primno.io/docs/getting-started)
- [CLI](https://primno.io/docs/guides/cli)
- [Guides](https://primno.io/docs/guides)
- [API Reference](https://primno.io/docs/api-reference)
## Installation
```bash
npm install -g @primno/cli
```
## Commands
- `mn new ` - Create a new primno project.
- `mn build` - Build project.
- `mn watch` - Watch project for changes.
- `mn start` - Start the project during development cycle.
- `mn deploy` - Build and deploy project to D365.