Skip to content

vevcom/pncli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published