Skip to content

yone1130/version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version

Overview

A library that version management system for TypeScript and JavaScript.

Usage

1. Install or Import

Install as a package (TypeScript):

npm install yone1130/version

or direct importing from CDN (JavaScript):

import { Version, VersionLevels } from "https://cdn.yoneyo.com/scripts/version@1.0.0/version.js";

2. Use

Example code:

const version = new Version(1, 0, 0, VersionLevels.dev);
console.log(version.string);  // => "1.0.0 (dev)"

Development

1. Install Packages

npm install

2. Build

Compile to JavaScript.

npm run build

Emitted JavaScript files will be output to the dist/ directory.

License

Licensed under the MIT License

Copyright © 2025 よね/Yone

About

A library that version management system for TypeScript and JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Contributors