2.0.0 • Published 3 years ago

projman v2.0.0

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
3 years ago

projman

What is it ?

A CLI project manager which holds all your project path and the preferred editor you want to open the project in.

No more cd myprojects, just run projman -n to add the current directory and the preferred editor to open the project on.

Installation

npm i -g projman

Usage

# Create a new project
projman -n
# OR
projman --new

# Modify an already present project
projman -m
# OR
projman --modify

# Delete a project from the project manager
projman -d
# OR
projman --delete

# Get the list of saved projects(enter to open the project)
projman

Found a bug?

Feel free to make an issue at https://github.com/aayushmau5/projman

2.0.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago