nest Command Examples

Initialize, develop, and maintain Nest applications. More information: https://docs.nestjs.com/cli/overview.

nest info

nest new {{project_name}}

nest build {{project_name}}

nest start {{project_name}}

nest add {{library_name}}