Skip to content

Instantly share code, notes, and snippets.

View mrtrom's full-sized avatar
:shipit:

Alexander Ochoa mrtrom

:shipit:
  • Here
View GitHub Profile
@mrtrom
mrtrom / README.md
Last active August 22, 2016 21:50 — forked from ngryman/README.md
IntelliJ javascript live templates (snippets)

IntelliJ javascript live templates

Just a dump of handy live templates I use with IntelliJ. They should also work with WebStorm.

How to

  • Go to settings.
  • Search for live templates.
  • Under the javascript section you should be able to manage your templates.
@mrtrom
mrtrom / binary
Created May 25, 2016 21:34 — forked from elhoyos/binary
mongo: Copy a collection
$ mongodump -d some_database -c some_collection
$ mongorestore -d some_other_db -c some_or_other_collection dump/some_collection.bson