Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Quickstart

BrandonJenkins14 edited this page Aug 6, 2018 · 14 revisions

npm Package Requirements

Any application that you build using Imperative CLI Framework must include @types/yargs as a devDependency in the package.json file. The suggested version to use is 8.0.2.

package.json content:
{
  "devDependencies": {
    "@types/yargs": "8.0.2"
  }
}

Get Started with the Sample Plug-in

We also provide a sample plug-in that you can use to get started developong your own CLI plug-ins. See the README.md file in the Sample Plugin GitHub repository for more information on how to build the sample plug-in and install it to a CLI application: