1.4.3 • Published 11 months ago

workspace-plus v1.4.3

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

WORKSPACE PLUS

This is a cli tool to synchronize your workspace with all projects between computers. With the help of git.
All your projects and their states will be securely stored as a local workspace-plus.json file that you can easily store and deliver via the git repository.
The main WORKSPACE PLUS repository does not store data from the projects connected to it, it only stores links to the git repository.

Install

npm i -g workspace-plus

Commands:

CommandDescription
initWorkspace Plus (WSP) initialization
list\|lsList of projects
add <repo> [path]Add project
join [path]Attach an existing project folder to the manager. Register a project in the WSP
move\|mv <oldPath> <newPath>Move project to another directory
remove\|rm [options] <projectPath>Delete project from WSP
fetch [projectPath]Make a git clone of all workspace projects from "workspace-plus.json" file
pull [options]Pull changes from git repository linked to WSP manager
pushPush changes to the git repository of the manager. The commit message is generated automatically
help [command]Display help for command
1.4.3

11 months ago

1.4.2

11 months ago

1.4.1

11 months ago

1.4.0

11 months ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago