UNPKG

363 BMarkdownView Raw
1# Capacitor CLI
2
3The Capacitor command-line interface should be installed locally and executed through `npm` scripts.
4
5```
6npm install @capacitor/cli --save-dev
7```
8
9## Using Capacitor CLI
10
11Consult the Getting Started guide for information on using the CLI and Capacitor scripts.
12
13### License
14
15* [MIT](https://github.com/ionic-team/capacitor/blob/master/LICENSE)