0.0.3 • Published 7 months ago

@initx-plugin/pm v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@initx-plugin/pm

Project manager plugin for initx.

Usage

install the plugin globally

npx initx plugin add pm

Set project directory

npx initx pm add <name?> <path>

name is optional. If it is not provided, it defaults to default.

path can be a relative path or an absolute path.

# Add the current directory as a project directory
npx initx pm add .
# Add the parent directory as a project directory
npx initx pm add ..
# Add the directory D:/Projets as a project directory
npx initx pm add D:/projets
# Add the directory D:/my-projects with name
npx initx pm add frontend D:/projects-front
npx initx pm add backend D:/projects-backend

List project directories

npx initx pm list

Use project directory

npx initx pm use <name>

Remove project directory

npx initx pm remove <name>

Create a new project to the specified directory

npx initx pm create name/repo <as?>

Equivalent to run

cd <path>
git clone git@github.com:username/my-project.git as-name

Documentation

initx

0.0.3

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago