Project Manager is a command-line interface (CLI) tool designed to streamline project management, allowing you to swiftly navigate between different projects.
- Use fuzzy search to switch between different project environments
- Configure the CLI according to your preferences
- Edit base path of projects
- Add/Remove subdirectories
- Include/Exclude projects
- Edit command to open project within terminal
npm install -g @nitestack/project-manager
yarn add -g @nitestack/project-manager
pnpm add -g @nitestack/project-manager
bun add -g @nitestack/project-manager
To get started, run the following command:
pm init
This command triggers an interactive setup guide to help configure the project manager according to your preferences.
Use pm --help
to see all available options.
This project is licensed under the Apache-2.0 license.