# cshelper

> This package used for Front-end and Back-end

Latest version **1.1.3** (published 2020-03-06) · ISC license · 0 weekly downloads

## Install

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

## 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.1.3 |
| Published | 2020-03-06 |
| First published | 2020-03-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 138.6 KB |
| Known vulnerabilities | 0 (+31 in 4 direct dependencies) |
| Install scripts | no |
| Maintainers | omoeo |

## Links

- npm: https://www.npmjs.com/package/cshelper
- Repository: https://bitbucket.org/omoeo/omoeo-helper
- Homepage: https://bitbucket.org/omoeo/omoeo-helper#readme
- npm.io page: https://npm.io/package/cshelper

## Dependencies (8)

- [md5](https://npm.io/package/md5.md) 2.2.1
- [axios](https://npm.io/package/axios.md) 0.18.0
- [jsdoc](https://npm.io/package/jsdoc.md) 3.6.3
- [@hapi/joi](https://npm.io/package/@hapi/joi.md) 16.1.8
- [crypto-js](https://npm.io/package/crypto-js.md) 3.1.9-1
- [jsonwebtoken](https://npm.io/package/jsonwebtoken.md) 8.5.1
- [node-schedule](https://npm.io/package/node-schedule.md) 1.3.2
- [daybrush-jsdoc-template](https://npm.io/package/daybrush-jsdoc-template.md) 1.5.2

## Recent versions

- 1.1.3 (latest) — 2020-03-06
- 1.1.2 — 2020-03-06

## README

# CSTech Helper

This package used for Front-end and Back-end

### Installing

* **For npm**

```
npm install cshelper
```
  * **For yarn**
```
yarn add cshelper
```
s
### Usage

* **Front-end**
```
const {_string} = require('cshelper/utilities')
console.log(_string.format(new Date(), 'y-m-d'))
```
* **Back-end**
```
import {_string} from 'cshelper/utilities'
console.log(_string.format(new Date(), 'y-m-d'))
```

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