Skip to content

kmturley/decimal-time

Repository files navigation

decimal-time

Test

Universal decimal calendar and time system for the internet age using:

  • NodeJS 12.x
  • TypeScript 4.x

Installation

To install the common package, run the command:

npm install decimal-time

Usage

Import the package using:

import { DateDecimal } from 'decimal-time';

Then use the available methods as normal:

const today = new DateDecimal();
console.log(today.toDecimalString());

Testing

Run the command:

npm run test

Deployment

Release an updated version on npm by simply creating a version tag:

npm version patch
git push && git push origin --tags

Then publish to npm using:

npm publish

Contact

For more information please contact kmturley

About

Universal decimal calendar and time system for the internet age.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published