Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieljmj/unct
🦉 Visual Studio Code CLI projects manager.
https://github.com/gabrieljmj/unct
projects projects-manager visual-studio-code vscode
Last synced: about 1 month ago
JSON representation
🦉 Visual Studio Code CLI projects manager.
- Host: GitHub
- URL: https://github.com/gabrieljmj/unct
- Owner: gabrieljmj
- License: mit
- Created: 2020-03-03T19:36:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:20:57.000Z (about 2 years ago)
- Last Synced: 2024-08-09T04:50:50.561Z (5 months ago)
- Topics: projects, projects-manager, visual-studio-code, vscode
- Language: JavaScript
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unct
Visual Studio Code CLI projects manager.
## Install
```terminal
npm install -g unct
```or
```terminal
yarn global add unct
```## Dependencies
* NodeJS
* Visual Studio Code installed and added to the envirioment variable ```PATH```## Usage
It is necessary to configurate the projects root directory. To do that, run the following commands:
```terminal
cd ./my-projects
unct config dir
```or if you want to specify the directory:
```terminal
unct config dir my-projects
```### Commands
* ```add``` - adds a project to the list.
**Options**
* ```-c, --create``` - if the directory does not exists, creates it.
* ```manage``` - shows all folders from projects path.**Options**
* ```-p, --projects``` - lists only projects.
* ```open``` - opens a project.