Skip to main content

Intro

Let's discover NestCLI in less than 5 minutes.

NestCLI is a powerful and intuitive command-line tool that streamlines code exploration and navigation. With features like syntax highlighting, interactive search, tree visualization, and keyboard navigation, it significantly enhances your workflow, making it effortless to navigate complex projects.

Getting Started#

Get started by installing NestCLI on your machine.

Or try NestCLI immediately with a sample project.

Install NestCLI#

Install NestCLI globally using npm or Yarn:

npm install -g nest-cli

Or with Yarn:

yarn global add nest-cli

Run NestCLI#

Navigate to your project directory and run NestCLI:

cd your-project-directory
nest_cli

NestCLI will start and display the directory structure of your project.

Open your terminal and try some commands: the tool updates in real-time and displays your changes.