@primno/cli
v0.8.0
Published
Command-line interface tool for initializing, building, and deploying Primno workspaces
Downloads
4
Maintainers
Readme
Primno CLI
Primno CLI is a command-line interface tool for initializing, building, and deploying 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.
Installation
npm install -g @primno/cli
Commands
mn new <name>
- 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.