Functions in javascript, jquery, jquery-ui, to help developers in simple situations of your workday.
This package is available on Bower.
# install a package and add it to bower.json
$ bower install ejs-utils --save
$ npm install -g bower
Bower depends on Node.js and npm. Also make sure that git is installed as some bower packages require it to be fetched and installed.
Ejs-utils documentation, included in this repo in the docs directory, is built with Jekyll and publicly hosted on GitHub Pages at http://emalherbi.github.io/ejs-utils/. The docs may also be run locally.
- If necessary, install Jekyll (requires v2.3.x).
- Windows users: Read this unofficial guide to get Jekyll up and running without problems.
- From the root
/ejs-utils
directory, runjekyll serve
in the command line. - Open http://localhost:4000 in your browser, and voilĂ .
Learn more about using Jekyll by reading its documentation.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Test your changes to the best of your ability.
- Update the documentation to reflect your changes if they add or changes current functionality.
- Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Created by Eduardo Malherbi, and maintained by Bigodes Team.