https://github.com/alestor123/version-badge
This is a simple code for npm version badge
https://github.com/alestor123/version-badge
badge github javascript npm
Last synced: 2 months ago
JSON representation
This is a simple code for npm version badge
- Host: GitHub
- URL: https://github.com/alestor123/version-badge
- Owner: alestor123
- License: mit
- Created: 2020-11-16T14:59:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T07:18:03.000Z (over 4 years ago)
- Last Synced: 2025-04-02T05:05:03.672Z (2 months ago)
- Topics: badge, github, javascript, npm
- Language: JavaScript
- Homepage: https://version-badge.glitch.me
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
> This is a simple code for npm version badge# Documentation
# Quick use
``npx version-badge``
# Installation
``npm i version-badge -g ``
# Usage
``version-badge ``
# Example
``version-badge 3000``# Env
## Creating Env
``touch .env``# Env Example
## Usage
```
PORT=
```
## Example```
PORT=3000
```