1.0.0 • Published 3 years ago

@itwin/pcf-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

iTwin PCF cli

PCF command-line interface that can be used to work with PCF-powered iTwin.js Connector Apps.

Getting Started

npm install -g @itwin/pcf-cli
pcf -h

Install from source

# install dependencies
npm ci
# install your version @itwin/pcf-cli globally
npm install -g .
# run pcf-cli
pcf <your command> 
# use @itwin/pcf package locally without installing it
cd <your connector project directory generated by pcf-cli>
npm link @itwin/pcf