1.1.0 • Published 9 years ago

ember-allpurpose v1.1.0

Weekly downloads
17
License
MIT
Repository
-
Last release
9 years ago

Ember-allpurpose

Yet Another Utils Library.

##Why YAUL?

I often find I need utility functions that otherwise truly awesome libraries such as underscore or Ember lack (or lacked then). Over time, I've collected the things I've written into this modular pattern.

##ES6

This package is published as an es6 module installable via npm as an ember-addon.

The advantage of being ES6 is that this library is easily consumable in tiny parts, ideal for situations where you just need one or a couple missing utility functions.

Only need a specific string test in your project? Now you only need to import that module.

##Tests

I intend on creating both positive and failing tests for all of the utility functions provided. While I have not had the time to yet, this library and these functions have been ported with me project to project, maintained, and updated for nearly a decade now.

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.