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

https://github.com/agility/agility.js

JavaScript Library to facilitate client-side development on Agility CMS projects.
https://github.com/agility/agility.js

Last synced: about 1 year ago
JSON representation

JavaScript Library to facilitate client-side development on Agility CMS projects.

Awesome Lists containing this project

README

          

# Agility.JS
JavaScript Library to facilitate client-side development on Agility CMS projects. Includes helpers for: object cloning, registering JavaScript namesapces, getting/setting/deleting cookies, and generating hashes unique to a particular instance.

If you are using Agility UGC's npm package **agility-ugc**, it has this package bundled with it already and you do not need to register it as a dependancy.

# Installation Instructions
```
npm install agility
```

## Special Thank You
We'd like to extend a special thank you to Raymond Benefield, for contributing to this package.