mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Add new Included Libs doc
This commit is contained in:
committed by
Garen Torikian & Nathan Sobo
parent
cee9605fc5
commit
c71bccd72c
9
docs/packages/included_libraries.md
Normal file
9
docs/packages/included_libraries.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Included Libraries
|
||||
|
||||
All packages can `require` the following popular libraries in their packages:
|
||||
|
||||
* [SpacePen](https://github.com/nathansobo/space-pen) (as `require 'space-pen'`)
|
||||
* [jQuery](http://jquery.com/) (as `require 'jquery'`)
|
||||
* [Underscore](http://underscorejs.org/) (as `require 'underscore'`)
|
||||
|
||||
You can get an idea of the full list by browsing Atom's _node_modules_ folder.
|
||||
Reference in New Issue
Block a user