# devpunx

> Devpunx Library

Latest version **1.0.3** (published 2016-12-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install devpunx
pnpm add devpunx
yarn add devpunx
bun add devpunx
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2016-12-14 |
| First published | 2016-12-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Martin Schroeter |
| Maintainers | marschro |
| Keywords | library |

## Links

- npm: https://www.npmjs.com/package/devpunx
- Repository: https://github.com/marschro/devpunx
- Homepage: https://github.com/marschro/devpunx#readme
- Issues: https://github.com/marschro/devpunx/issues
- npm.io page: https://npm.io/package/devpunx

## Dependencies (5)

- [async](https://npm.io/package/async.md) ^2.0.1
- [colors](https://npm.io/package/colors.md) ^1.1.2
- [config](https://npm.io/package/config.md) ^1.21.0
- [request](https://npm.io/package/request.md) ^2.74.0
- [cli-table](https://npm.io/package/cli-table.md) ^0.3.1

## Recent versions

- 1.0.3 (latest) — 2016-12-14
- 1.0.2 — 2016-12-13
- 1.0.1 — 2016-12-13
- 1.0.0 — 2016-12-13

## README

# ABOUT
devpunx is just a small package that holds some convenient functions and services.

# Install
```
npm install devpunx
```

# Use

## shareable objects
```javascript
const db = require('devpunx').dataStoreObject
db.user = {name: "Jon", age: 22}
```

## Helpers
```javascript
const utils = require('devpunx').helpers

// readabledate
let now = utils.now
let readableDate = utils.todayReadable

//readable datetime with separator
utils.now.seperator = " -- "
let date = utils.now

```

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