Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 433 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 433 Bytes

The Project Next CLI

This is a cli for use with projectnext.

Set up

  1. Install deps:
    npm ci
  1. Build the cli tool using tsc:
    npm run buid
  1. To be able to use the pn command run:
    npm run init-cli
  1. 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.