/ejs-utils

Functions in javascript, jquery, jquery-ui, to help developers in simple situations of your workday.

Primary LanguageJavaScript

ejs-utils

Bower

Functions in javascript, jquery, jquery-ui, to help developers in simple situations of your workday.

Bower.io

This package is available on Bower.

Installing

# install a package and add it to bower.json
$ bower install ejs-utils --save

Install Bower.io

$ 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.

Documentation

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.

Running documentation locally

  1. If necessary, install Jekyll (requires v2.3.x).
  1. From the root /ejs-utils directory, run jekyll serve in the command line.
  2. Open http://localhost:4000 in your browser, and voilĂ .

Learn more about using Jekyll by reading its documentation.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Test your changes to the best of your ability.
  4. Update the documentation to reflect your changes if they add or changes current functionality.
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

Creator

Created by Eduardo Malherbi, and maintained by Bigodes Team.

License

MIT License