UNPKG

1.45 kBMarkdownView Raw
1## @spare/string
2A stringify tool to javascript object
3
4[![npm version][npm-image]][npm-url]
5[![npm quality][quality-image]][quality-url]
6[![npm download][download-image]][npm-url]
7[![npm total-download][total-download-image]][npm-url]
8[![size][size]][size-url]
9[![github commit activity][commit-image]][github-url]
10[![npm license][license-image]][npm-url]
11
12## Features
13
14- ES2015 syntax
15
16## Install
17```console
18$ npm install @spare/string
19```
20
21## Usage
22```js
23import { Temp } from '@spare/string'
24```
25
26## Meta
27[LICENSE (MIT)](/LICENSE)
28
29Copyright (c) 2019-present, Haoyang (Vincent) Wang
30
31[//]: <> (Shields)
32[npm-image]: https://img.shields.io/npm/v/@spare/string.svg?style=flat-square
33[quality-image]: http://npm.packagequality.com/shield/@spare/string.svg?style=flat-square
34[download-image]: https://img.shields.io/npm/dm/@spare/string.svg?style=flat-square
35[total-download-image]:https://img.shields.io/npm/dt/@spare/string.svg?style=flat-square
36[license-image]: https://img.shields.io/npm/l/@spare/string.svg?style=flat-square
37[commit-image]: https://img.shields.io/github/commit-activity/y/hoyeungw/@spare/string?style=flat-square
38[size]: https://packagephobia.now.sh/badge?p=@spare/string
39
40[//]: <> (Link)
41[npm-url]: https://npmjs.org/package/@spare/string
42[quality-url]: http://packagequality.com/#?package=@spare/string
43[github-url]: https://github.com/hoyeungw/@spare/string
44[size-url]: https://packagephobia.now.sh/result?p=@spare/string