Skip to content

yone1130/version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version

Overview

A version management system.

Usage

1. Install or Import

Install as a package (TypeScript):

npm install yone1130/version

or direct importing from CDN (JavaScript):

import { Version } from "https://cdn.yoneyo.com/scripts/version/version-v1.0.0.js";

2. Use

A sample code:

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

Build

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 TypeScript package that version management system

Topics

Resources

License

Stars

Watchers

Forks