# time-version

> generate a version string based on the current date and time.

Latest version **2.0.0** (published 2022-01-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install time-version
pnpm add time-version
yarn add time-version
bun add time-version
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2022-01-20 |
| First published | 2021-05-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | alices |

## Links

- npm: https://www.npmjs.com/package/time-version
- npm.io page: https://npm.io/package/time-version

## Recent versions

- 2.0.0 (latest) — 2022-01-20
- 1.0.1 — 2021-11-06
- 1.0.0 — 2021-05-10

## README

# TIME VERSION

generate a version string based on the current date and time. 

## Installation

```sh
npm intall --save time-version
```

## Usage

JavaScript:

```js
const utcVersion = require('time-version');
console.log(utcVersion());
//=> 21.1.15

console.log(utcVersion({ apple: true }));
//=> 21.1.15.157

console.log(utcVersion({ short: true }));
//=> 21.1.15i157
```

---
_Source: https://npm.io/package/time-version · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
