Skip to main content

Basic Usage

Get started with NestCLI by learning the basics of navigating and viewing your project's directory structure.

Navigating a Directory#

To navigate a directory using NestCLI, simply run:

nest_cli [directory]

Replace [directory] with the path to the directory you want to explore. If no directory is specified, NestCLI will use the current directory.

Viewing Files#

NestCLI displays files in a structured tree view. You can view the contents of a file by selecting it from the tree.

Example#

nest_cli 

This command will display the directory structure of the current directory.