Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

RedwoodJS CLI

Nikolaj Ivancic edited this page Mar 12, 2021 · 9 revisions

RedwoodJS CLI a command line interface based tool designed to generate (build) new Redwood applications from scratch. The RedwoodJS documentation provides a detailed description of CLI syntax and use, so in this section, we will address only Windows-specific details.

Note that Redwood documentation uses yarn dependency management tool for these reasons

  • it is a package manager that doubles down as a project manager, handling the smallest one-shot projects as well as enterprise sizes monorepos.
  • it is free regardless of the set of features is supports