You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jack Lukic
2f8f574820
|
11 years ago | |
---|---|---|
.. | ||
node_modules | 11 years ago | |
out/lib | 11 years ago | |
.npmignore | 11 years ago | |
LICENSE.md | 11 years ago | |
README.md | 11 years ago | |
package.json | 11 years ago |
README.md
Benjamin Lupton's Utility Functions
Common utility functions for Node.js used and maintained by Benjamin Lupton
Install
Backend
- Install Node.js
npm install --save bal-util
Frontend
Usage
Best off looking at source, it's well documented, and there are plenty of tests
Future
We're in the process of abstracting the pieces of bal-util out into their own modules. So far, we've done the following:
- ambi <
balUtilFlow.fireWithOptionalCallback
- eachr <
balUtilFlow.each
- extendr <
balUtilFlow.(extend|clone|etc)
- getsetdeep <
balUtilFlow.(get|set)Deep
- safeCallback <
balUtilFlow.safeCallback
- safefs <
balUtilPaths.(openFile|closeFile|etc)
- TaskGroup <
balUtilFlow.Group
- typeChecker <
balUtilTypes
History
You can discover the history inside the History.md file
License
Licensed under the incredibly permissive MIT License
Copyright © 2011+ Benjamin Arthur Lupton