Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 371 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 371 Bytes

repo

This library defines an Nx plugin called "repo" that defines commands for operating on this repo.

Generators

lib

The lib generator creates a Typescript or React library project with contents and settings tailored to Recidiviz defaults. It should be the starting point for adding a new Nx library to this workspace.

nx generate ~repo:lib [my-project]