Skip to content

Ortus-Solutions/semanticVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Version

This is a library that implements npm-style semantic versioning for CFML.

Usage

var semver = wirebox.getInstance( 'semanticVersion@semver' );
semver.satisfies( '1.0.0', '1.0.x' );

License

This library is licensed under Apache 2.0.

About

A CFML implementation of npm-style semantic versioning.

Resources

License

Stars

Watchers

Forks

Packages

No packages published