Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.14 KB

NOTE: Deprecated

Bedrock: Utils

Utils to use on the frontend and node.

Build Status

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.

Installation

You need to have node so you can have the package dependency management and use the tasks:

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

Module list and documentation