Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjeux/atom-insert-require
https://github.com/vjeux/atom-insert-require
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vjeux/atom-insert-require
- Owner: vjeux
- Created: 2015-08-31T03:02:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T03:10:18.000Z (over 9 years ago)
- Last Synced: 2024-10-31T18:11:57.632Z (2 months ago)
- Language: CoffeeScript
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fb-require
1. Move your cursor on a word (or select it) like `React`
2. Press cmd-shift-r
3. It will insert `var React = require('React');` and at the right place for you