6.1.1 • Published 11 months ago

@chinchilla-software/capacitor-cli v6.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Capacitor CLI

The Capacitor command-line interface should be installed locally and executed through npm scripts.

npm install @chinchilla-software/capacitor-cli --save-dev

This differs from @capacitor/cli only in that you can specify Configuration as a parameter when calling build to create Debug builds. Currently only supported on Android builds. Configuration is already part of the valid parameters in the source package... it's just not utilised when based into sub processes for actual building... it's being ignored in Andoird, but does have a use in IOS.

Using Capacitor CLI

Consult the Getting Started guide for information on using the CLI and Capacitor scripts.

License