0.1.0 • Published 6 years ago
unct v0.1.0
unct
Visual Studio Code CLI projects manager.
Install
npm install -g unctor
yarn global add unctDependencies
- 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:
cd ./my-projects
unct config diror if you want to specify the directory:
unct config dir my-projectsCommands
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.