tobiastimm / code-theme-converter

Convert any Visual Studio Code Theme to Sublime Text 3 or IntelliJ IDEA
MIT License
138 stars 11 forks source link

NPM Package Not Found #7

Closed SkylerStearns closed 4 years ago

SkylerStearns commented 4 years ago

When attempting to install via npm install --global --save code-theme-converter per the README, the command fails due to the package not being found. When confirming on the NPM registry, I found that they also show that this package does not exist.

tobiastimm commented 4 years ago

@SkylerStearns yeah that's right. When I started the project, I wanted to publish it asap on npm. Unfortunately, I never did that. I will remove that line out of the readme. Atm, I'm rewriting the whole package in TypeScript, after that, I will publish it to npm for sure.