System Grab Bag

View all TLDR pages from common (or from all pages)

nest

Command-line tool to initialize, develop, and maintain Nest applications. More information: https://docs.nestjs.com/cli/overview.
  • Display information about installed nest version:
    nest info
  • Create a new NestJS project in a directory of the same name:
    nest new {{project_name}}
  • Build a specific NestJS project:
    nest build {{project_name}}
  • Run a specific NestJS project:
    nest start {{project_name}}
  • Import a library into the current NestJS project:
    nest add {{library_name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.