vsc-base
v0.9.11
Published
Base for vsc-script and other vscode extensions
Downloads
1,795
Readme
vsc-base
vsc-base as a module that aims to make it easier to create vscode extensions.
It's also the base for using the vsc-script extension and vsc-scaffolding extension.
Documentation can be found on vsc-base.org
Release note can be found on vsc-base's github wiki
WARNING: This is still not version 1.0.0, and changes to methods and their names will come before the final first version.
Get started
>> npm i vsc-base
or
>> yarn add vsc-base
When you only use vsc-base for vsc-script and/or vsc-scaffolding, you can install it as devDependency instead:
>> npm i vsc-base --save-dev
or
>> yarn add vsc-base -D
Links
vsc-base: npm-module | source-code
vsc-base.org: documentation