koco-string-utilities
v1.6.1
Published
String utilities to be used with a koco project
Downloads
27
Readme
koco-string-utilities
String utilities to be used with a KOCO project.
Installation
bower install koco-string-utilities
Usage with KOCO
This is a shared module that is used in many other module. The convention is to configure an alias in the require.configs.js
with the name string-utilities
like so:
paths: {
...
'string-utilities': 'bower_components/koco-string-utilities/src/string-utilities'
...
}