0.3.1 • Published 7 years ago

crisp-util v0.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Crisp.UtilJS

The Crisp.UtilJS Repository is an collection of the basically OpenCrisp modules

Index Table

Server-Nodes

Use Node Package Manager (npm) to install crisp-util for Node.js and io.js

$ npm install crisp-util
// use package
require("crisp-util");

Web-Clients

Use Bower to install crisp-util for Browsers APP's and other front-end workflows.

$ bower install crisp-util
<!-- use package -->
<script type="text/javascript" src="dist/crisp-util.min.js"></script>

Development

Use Git to clone Crisp.UtilJS from GitHub to develop the repository with Grunt

# Clone:
$ git clone https://github.com/OpenCrisp/Crisp.UtilJS.git

# Build: test, concat, test, minify, test
$ grunt

# Test: original sourcecode for developer (included in build)
$ grunt t

# Run all test-scripts on Unix
$ sh grunt-tests.sh

Links

0.3.1

7 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.5

9 years ago

0.1.3

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago