# 05-mynpm

> ``` npm install ebyte0 ```

Latest version **1.0.1** (published 2020-06-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install 05-mynpm
pnpm add 05-mynpm
yarn add 05-mynpm
bun add 05-mynpm
```

## 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.1 |
| Published | 2020-06-26 |
| First published | 2020-06-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | xiaoxian202 |

## Links

- npm: https://www.npmjs.com/package/05-mynpm
- npm.io page: https://npm.io/package/05-mynpm

## Recent versions

- 1.0.1 (latest) — 2020-06-26
- 1.0.0 — 2020-06-26

## README

# 工具函数库

## 安装方式
```
npm install 05-mynpm
```

## 导入方式
```
const utils = requires('05-mynpm')
```

## 工具方法说明
- utils.formatDate
  - 参数为日期对象
  - 返回值为格式化的年月日时分秒(例如：2020-06-25 22:17:19)
- upperFirstLetter
  - 参数为英文字符串
  - 返回值为首字母大写的字符串

## 开源协议
![](https://img.shields.io/badge/licence-MIT-green)

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