mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
4c7989743a15d09861dc651a461ea72c0a08ca3b
build.js: s/Lodash/Lo-Dash.
Former-commit-id: 831e1ac205c328c9d0353dc2a036d4226b9170a5
Lo-Dash v0.1.0
TBD
BestieJS
Lo-Dash is part of the BestieJS "Best in Class" module collection. This means we promote solid browser/environment support, ES5 precedents, unit testing, and plenty of documentation.
Documentation
The documentation for Lo-Dash can be viewed here: /doc/README.md
For a list of upcoming features, check out our roadmap.
Installation and usage
In a browser:
<script src="lodash.js"></script>
Via npm:
npm install lodash
In Node.js and RingoJS v0.8.0+:
var _ = require('lodash');
In Narwhal and RingoJS v0.7.0-:
var _ = require('lodash')._;
In Rhino:
load('lodash.js');
In an AMD loader like RequireJS:
require({
'paths': {
'lodash': 'path/to/lodash'
}
},
['lodash'], function(_) {
console.log(_.VERSION);
});
Usage example:
// TBD
Cloning this repo
To clone this repository including all submodules, using Git 1.6.5 or later:
git clone --recursive https://github.com/bestiejs/lodash.git
cd lodash.js
For older Git versions, just use:
git clone https://github.com/bestiejs/lodash.git
cd lodash
git submodule update --init
Feel free to fork if you see possible improvements!
Author
Languages
JavaScript
97.2%
HTML
2.3%
EJS
0.5%