subliberate

0.0.1 • Public • Published

subliberate

An assortmentment of scripts for porting various VS Code Extensions to Sublime Text 3.

Usage

Requires Node 10+

Clone this repository and run npm ci --only=production

Download the target vs-code extension, and run a node command depending on your desired result.

Port a vs-code icon theme to sublime

node convert-icon-ext [sourceExtension] [destPath] --v|--verbose

Converts [sourceExtension] as a path to a valid vs-code theme extension and will output the theme to the specified location locally (as [destPath])

Providing --v of --verbose will enable logging.

The generated file will have the extension sublime-extension and can be installed like any other third-party extension.

/subliberate/

    Package Sidebar

    Install

    npm i subliberate

    Weekly Downloads

    0

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    22.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • flynnham