@nrwl/nx-workshop
TypeScript icon, indicating that this package has built-in type declarations

0.4.11 • Public • Published

Nx Workshop Utility

This library was generated with Nx.

This library contains migrations, generators and executors used during the Nx Workshop.

How to use lab migrations generator

  1. Install @nrwl/nx-workshop package as dev dependency (e.g. npm i -D @nrwl/nx-workshop)
  2. Run the generator with one of the following options:
    • Provide lab you want to complete: nx g @nrwl/nx-workshop:complete-labs --lab=5
    • Use from range to finish until end: nx g @nrwl/nx-workshop:complete-labs --from=2
    • Use to range to catch up with given lab: nx g @nrwl/nx-workshop:complete-labs --to=5
    • Use from/to range to catch up with several labs in between: nx g @nrwl/nx-workshop:complete-labs --from=2 --from=7
    • Use option to specify if you want track 1 or track 2: nx g @nrwl/nx-workshop:complete-labs --from=19 --option=option2
  3. Run the generated migrations: npx nx migrate --run-migrations

Readme

Keywords

none

Package Sidebar

Install

npm i @nrwl/nx-workshop

Weekly Downloads

1

Version

0.4.11

License

none

Unpacked Size

113 kB

Total Files

108

Last publish

Collaborators

  • jameshenry
  • meeroslav
  • altan-nrwl
  • juristr
  • jack-nrwl
  • nrwl-jason
  • nrwlowner