/project-manager

A CLI tool designed to streamline project management, allowing you to swiftly navigate between different projects, written in TypeScript

Primary LanguageTypeScriptOtherNOASSERTION

Project Manager

Project Manager is a command-line interface (CLI) tool designed to streamline project management, allowing you to swiftly navigate between different projects.

🧭 Features

  • 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

📦 Requirements

🔧 Installation

npm

npm install -g @nitestack/project-manager

yarn

yarn add -g @nitestack/project-manager

pnpm

pnpm add -g @nitestack/project-manager

bun

bun add -g @nitestack/project-manager

🚀 Usage

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.

📖 License

This project is licensed under the Apache-2.0 license.