logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NestJS CLI - Create and Manage NestJS Applications | Online Free DevTools by Hexmos

Create NestJS applications effortlessly with Nest CLI. Initialize projects, build modules, and add libraries with a simple command. Free online tool, no registration required.

nest

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}}

See Also