0.0.1-alpha • Published 3 years ago

vsc_profiler v0.0.1-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vsc_profiler

Create and manage vs code profiles

oclif Version Downloads/week License

Usage

$ npm install -g vsc_profiler
$ vscp COMMAND
running command...
$ vscp (-v|--version|version)
vsc_profiler/0.0.1-alpha linux-x64 node-v12.22.6
$ vscp --help [COMMAND]
USAGE
  $ vscp COMMAND
...

Commands

vscp delete [FILE]

describe the command here

USAGE
  $ vscp delete [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/delete.ts

vscp extensions PROFILE

Install extension in your vscode profile

USAGE
  $ vscp extensions PROFILE

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

EXAMPLES
  $ vscp extensions <profile name>
  $ vscp extensions jscode

See code: src/commands/extensions.ts

vscp help [COMMAND]

display help for vscp

USAGE
  $ vscp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

vscp list

List your vscode profiles

USAGE
  $ vscp list

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

EXAMPLE
  $ vscp list

See code: src/commands/list.ts

vscp new PROFILE

create new profile of vs code

USAGE
  $ vscp new PROFILE

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

EXAMPLES
  $ vscp new <profile name>
  $ vscp new jscode

See code: src/commands/new.ts