Skip to content

Contributing to the CLI

kmelmon edited this page Sep 24, 2019 · 34 revisions

Where stuff lives

The CLI is divided into two parts:

  1. Shared code: Some of the code is shared between 'current' and 'vnext'. This code is mostly responsible for installing RNW. It lives here: \current\local-cli\rnpm\windows
  2. vnext code: The rest of the CLI specific to vnext lives here: \vnext\local-cli

How to test changes to the CLI: