latest WIP
This commit is contained in:
46
Sublime/Underscore.js Snippets/README.md
Normal file
46
Sublime/Underscore.js Snippets/README.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# Underscore 1.4.2 snippets for Sublime Text 2
|
||||
|
||||
A Sublime Text 2 package containing all of [Underscore](http://underscorejs.org/)'s methods.
|
||||
|
||||
Most snippets follow object-oriented style (`_(obj).method(…)`); very few don't. Yes, consistency should always win, but then again, `_(1).range(10)` looks weird -- I personally prefer `_.range( 1, 10 )`. YMMV.
|
||||
|
||||
|
||||
## Invocation
|
||||
|
||||
In any JS file, type an underscore character (`_`), and the selector should pop up. Hit Return to insert the snippet.
|
||||
|
||||
All methods are available in the form `_[method name]`, for example `_map` or `_reduceRight`.
|
||||
|
||||
|
||||
## Installation (using Package Control)
|
||||
|
||||
Open ST2's [Package Control](http://wbond.net/sublime_packages/package_control) and look for "Underscore.js Snippets".
|
||||
|
||||
|
||||
## Installation (without using Package Control)
|
||||
|
||||
Clone this repository into your `Packages/` folder, like so:
|
||||
|
||||
git clone https://github.com/carlo/sublime-underscorejs-snippets.git
|
||||
|
||||
|
||||
## Legal
|
||||
|
||||
Underscore (c) [DocumentCloud](http://underscorejs.org/). This repository (c) Carlo Zottmann, [municode.de](http://municode.de/), carlo@municode.de.
|
||||
|
||||
This here repository is licensed under the WTFPL v2.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar
|
||||
14 rue de Plaisance, 75014 Paris, France
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
Reference in New Issue
Block a user