Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shervinchen/csdutils

csdutils is a library to provide some frequent javascript methods.
https://github.com/shervinchen/csdutils

bower gulp javascript javascript-library javascript-tools umd

Last synced: 3 months ago
JSON representation

csdutils is a library to provide some frequent javascript methods.

Awesome Lists containing this project

README

        

# csdutils

> **csdutils** is a library to provide some frequent `javascript` methods.

[![Build Status](https://travis-ci.org/csd758371536/csdutils.svg?branch=master)](https://travis-ci.org/csd758371536/csdutils) [![npm](https://img.shields.io/npm/v/csdutils.svg?style=flat-square)](https://www.npmjs.com/package/csdutils) [![npm](https://img.shields.io/npm/dt/csdutils.svg?style=flat-square)](https://www.npmjs.com/package/csdutils) [![npm](https://img.shields.io/npm/l/csdutils.svg?style=flat-square)](https://www.npmjs.com/package/csdutils)

# 1. Install

install with npm or bower.

> npm install csdutils --save-dev

> bower install csdutils --save

Then import it.

```js
var csdutils = require('csdutils');

//or

import csdutils from 'csdutils';
```

Or import it with tag.

```html
<script type="text/javascript" src="csdutils.min.js">
```

Then use `csdutils` API.

```js
csdutils.checkUtils.isNumber(10); // true
```

# 2. Test

> npm install

> npm test

# 3. LICENSE

MIT