0.0.1 • Published 5 years ago

subliberate v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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.