
nest
List of commands for nest:
-
nest:tldr:1ec50 nest: Display information about installed nest version.$ nest infotry on your machineexplain this command
-
nest:tldr:59a25 nest: Build a specific NestJS project.$ nest build ${project_name}try on your machineexplain this command
-
nest:tldr:5ff44 nest: Run a specific NestJS project.$ nest start ${project_name}try on your machineexplain this command
-
nest:tldr:60877 nest: Create a new NestJS project in a directory of the same name.$ nest new ${project_name}try on your machineexplain this command
-
nest:tldr:cff06 nest: Import a library into the current NestJS project.$ nest add ${library_name}try on your machineexplain this command