Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorskyflyer/vscode-project-version
📊 Provides a visual representation of you current npm project's version. 👀
https://github.com/igorskyflyer/vscode-project-version
back-end extension igorskyflyer project version vscode vscode-extension
Last synced: about 5 hours ago
JSON representation
📊 Provides a visual representation of you current npm project's version. 👀
- Host: GitHub
- URL: https://github.com/igorskyflyer/vscode-project-version
- Owner: igorskyflyer
- License: mit
- Created: 2021-08-16T21:34:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T23:15:40.000Z (about 2 years ago)
- Last Synced: 2023-03-05T08:24:29.018Z (over 1 year ago)
- Topics: back-end, extension, igorskyflyer, project, version, vscode, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=igordvlpr.project-version
- Size: 253 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Project Version 👀
📊 Provides a visual representation of you current npm project's version. 💪
How many times have you found yourself in the situation where you need to push your project's code and a new release just to realize you have to go back and open your project's package.json file so you can check its version and add it to the commit message? 😅
Well, this extension creates an auto-updated and customizable StatusBar item that displays the current version of your project. 💃
Since `v1.3.0` it is possible to programatically bump your project's version by one iteration and since `v1.4.0` you can use any arbitrary number.
## 🔫 In Action
There are 2 predefined output formats for you to use and an additional – a custom one – which gives you endless possibilities for customization, including alignment and order of the Statusbar item since `v1.1.0`.
You can also bump your project's version easily, either by 1 or an arbitrary value.