Options (4)
booleanDisplay information about installed nest version
Example:
nest {{[i|info]}}booleanCreate a new NestJS project interactively
Example:
nest {{[n|new]}}-p, --package-managerbooleanCreate a new NestJS project without prompting
Example:
nest {{[n|new]}} {{project_name}} {{[-p|--package-manager]}} {{npm|yarn|pnpm}}booleanGenerate a new component
Example:
nest {{[g|generate]}} {{module|controller|service|...}} {{component_name}}Examples (8)
Display information about installed nest version
nest [i|info]Create a new NestJS project interactively
nest [n|new]Create a new NestJS project without prompting
nest [n|new] project_name [-p|--package-manager] npm|yarn|pnpmBuild the NestJS project in the current working directory
nest buildRun the NestJS project in the current working directory
nest startImport a library into the current NestJS project
nest add library_nameGenerate a new component
nest [g|generate] module|controller|service|... component_nameDisplay help
made by @shridhargupta | data from tldr-pages