Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shervinchen/csdutils
- Owner: shervinchen
- License: mit
- Created: 2018-03-03T07:48:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T06:21:50.000Z (over 6 years ago)
- Last Synced: 2024-11-10T15:52:22.185Z (3 months ago)
- Topics: bower, gulp, javascript, javascript-library, javascript-tools, umd
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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