Utils to use on the frontend and node.
Note
For those who don't want to use ES6 you can still use this package by using the files inside the dist folder.
Note 2
All is tested by exporting a __test__
with all the functions within a module file. This way tests can access the private methods and variables.
These should be removed with for example babel-plugin-remove-code. It is already removed by default in the dist folder.
You need to have node so you can have the package dependency management and use the tasks:
- Install node
cd <project_folder>
npm init # If you don't have a package.json already
npm install --save git://github.com/Sendoushi/bedrock-utils.git#0.1.3