andrezero / ng.cx.generate

AngularJS service, provides methods to generate uuid, random strings and sequences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng.cx.generate

Build Status: Linux Bower version

AngularJS service, provides methods to generate uuid, random strings and sequences.

WARNING: This code is not maintained

Very obvious - but due - WARNING. Back in 2004 my team at EF Class was embarking in the great adventure of Open Source, making components like this one available to everyone. Time flies, the world revolves, yada yada. Good memories!

Getting Started

Add ng.cx.generate to you project.

Via bower:

$ bower install --save ng.cx.generate

Via npm:

$ npm install --save ng.cx.generate

Include the following JS in your build:

  • dist/ng.cx.generate.js OR dist/ng.cx.generate.min.js

Contributing

We'd love for you to contribute to our source code and to make it even better than it is today!

Make sure you read the Contributing Guide first.

Developing

Clone this repository, install the dependencies and simply run grunt develop.

$ npm install -g grunt-cli bower
$ npm install
$ bower install
$ ./bootstrap.sh
$ grunt develop

At this point, the source examples included were built into the build/ directory and a simple webserver is launched so that you can browse the documentation, the examples and the code coverage.

MIT License

Copyright (c) 2005 EF CTX

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

AngularJS service, provides methods to generate uuid, random strings and sequences.

License:Other


Languages

Language:JavaScript 93.5%Language:Shell 6.5%