workspace-plus
v1.4.3
Published
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
Downloads
13
Readme
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:
| Command | Description |
|-------------|---------------------|
| init
| Workspace Plus (WSP) initialization |
| list\|ls
| List 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 |
| push
| Push changes to the git repository of the manager. The commit message is generated automatically |
| help [command]
| Display help for command |