mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
lodash: Update README.md and package.json. [jddalton]
Former-commit-id: 1a52087987c12d73cba383e6ebe346af7bded150
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,6 @@
|
|||||||
# Lo-Dash <sup>v0.1.0</sup>
|
# Lo-Dash <sup>v0.1.0</sup>
|
||||||
|
|
||||||
TBD
|
A drop-in replacement for [Underscore.js](https://github.com/documentcloud/underscore/) that delivers **up to 8x performance improvements**, bug fixes, and additional features.
|
||||||
|
|
||||||
## BestieJS
|
## BestieJS
|
||||||
|
|
||||||
@@ -9,6 +9,7 @@ Lo-Dash is part of the BestieJS *"Best in Class"* module collection. This means
|
|||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
The documentation for Lo-Dash can be viewed here: [/doc/README.md](https://github.com/bestiejs/lodash/blob/master/doc/README.md#readme)
|
The documentation for Lo-Dash can be viewed here: [/doc/README.md](https://github.com/bestiejs/lodash/blob/master/doc/README.md#readme)
|
||||||
|
Underscore's [documentation](http://documentcloud.github.com/underscore/) may also be used.
|
||||||
|
|
||||||
For a list of upcoming features, check out our [roadmap](https://github.com/bestiejs/lodash/wiki/Roadmap).
|
For a list of upcoming features, check out our [roadmap](https://github.com/bestiejs/lodash/wiki/Roadmap).
|
||||||
|
|
||||||
@@ -47,6 +48,9 @@ load('lodash.js');
|
|||||||
In an AMD loader like [RequireJS](http://requirejs.org/):
|
In an AMD loader like [RequireJS](http://requirejs.org/):
|
||||||
|
|
||||||
~~~ js
|
~~~ js
|
||||||
|
// opt-in
|
||||||
|
define.amd.lodash = true;
|
||||||
|
|
||||||
require({
|
require({
|
||||||
'paths': {
|
'paths': {
|
||||||
'lodash': 'path/to/lodash'
|
'lodash': 'path/to/lodash'
|
||||||
@@ -57,12 +61,6 @@ require({
|
|||||||
});
|
});
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Usage example:
|
|
||||||
|
|
||||||
~~~ js
|
|
||||||
// TBD
|
|
||||||
~~~
|
|
||||||
|
|
||||||
## Cloning this repo
|
## Cloning this repo
|
||||||
|
|
||||||
To clone this repository including all submodules, using Git 1.6.5 or later:
|
To clone this repository including all submodules, using Git 1.6.5 or later:
|
||||||
@@ -80,7 +78,7 @@ cd lodash
|
|||||||
git submodule update --init
|
git submodule update --init
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Feel free to fork if you see possible improvements!
|
Feel free to fork and send pull requests if you see possible improvements!
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lodash",
|
"name": "lodash",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "TBD",
|
"description": "A drop-in replacement for Underscore.js that delivers up to 8x performance improvements, bug fixes, and additional features.",
|
||||||
"homepage": "https://github.com/bestiejs/lodash",
|
"homepage": "https://github.com/bestiejs/lodash",
|
||||||
"main": "lodash",
|
"main": "lodash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user