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.
- Host: GitHub
- URL: https://github.com/agility/agility.js
- Owner: agility
- License: mit
- Created: 2016-08-26T12:31:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T17:32:12.000Z (over 7 years ago)
- Last Synced: 2025-04-02T18:24:36.132Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://www.agilitycms.com
- Size: 7.81 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.