Skip to content

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

License

Notifications You must be signed in to change notification settings

Nitestack/project-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks