This is a cli for use with projectnext.
- Install deps:
npm ci
- Build the cli tool using tsc:
npm run buid
- To be able to use the pn command run:
npm run init-cli
- To set up pn-cli in your project go to projectnext (or a subdirectory) and call:
pn init
This will create a pncli-config.json file in yout projectnext project.