0.2.1 • Published 10 years ago

simplator-type-filters v0.2.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

simplator-type-filters Build Status Npm module

Simplator filters for simple types formatting.

Includes:

  1. dates formatting, using moment.js
  2. currency formatting, using accounting.js

Getting Started

Install the module with: npm install simplator-type-filters --save

var simplator_type_filters = require('simplator-type-filters');
simplator_type_filters.awesome(); // "awesome"

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

License

Copyright (c) 2013 parroit
Licensed under the MIT license.