Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 801 Bytes

README.md

File metadata and controls

50 lines (25 loc) · 801 Bytes

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