Publish newest cli to npm
See original GitHub issueIt seems like the last ovsx
version published to https://www.npmjs.com/package/ovsx was 0.3.0
.
Missing versions:
0.4.0
0.5.0
Issue Analytics
- State:
- Created a year ago
- Reactions:8
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Publishing a Node.js CLI tool to npm in less than 15 minutes
Command -line tools are amazing. With npx, you can create, publish and run an easily accessible command-line tool within minutes.
Read more >npm-publish - npm Docs
Description. Publishes a package to the registry so that it can be installed by name. By default npm will publish to the public...
Read more >Make and publish a NodeJS CLI in 10 minutes!!
In this post you will make a NodeJS command line calculator and publish it to NPM all in just 10 minutes. So without...
Read more >How to publish packages to npm (the way the industry does ...
To use np , you run the np command. ... np will prompt you to enter a Semver number. ... Choose a number...
Read more >Publish npm packages from the command line - Microsoft Learn
Publish npm packages · Open a command prompt window and navigate to the directory that contains your package.json. If you don't have a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ovsx
versions 0.4.0 and 0.5.0 are now available at NPM: https://www.npmjs.com/package/ovsx/v/0.4.0 https://www.npmjs.com/package/ovsx/v/0.5.0ovsx version 0.5.0 adds support for target platform specific extensions. However, ovsx 0.5.0 isn’t compatible with the current server build running in production.
cc @mbarbero @fredg02