vsc_profiler
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vsc_profiler

Weekly Downloads

1

Version

0.0.1-alpha

License

MIT

Unpacked Size

14.4 kB

Total Files

17

Last publish

Collaborators

  • oillescas