https://github.com/nswbmw/sublime-NodeRequire
A Sublime Text plugin for requiring modules (for: Node.js).
https://github.com/nswbmw/sublime-NodeRequire
Last synced: 8 months ago
JSON representation
A Sublime Text plugin for requiring modules (for: Node.js).
- Host: GitHub
- URL: https://github.com/nswbmw/sublime-NodeRequire
- Owner: nswbmw
- Created: 2014-12-16T08:28:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T10:23:07.000Z (almost 11 years ago)
- Last Synced: 2024-08-02T02:14:11.386Z (over 1 year ago)
- Language: Python
- Size: 11.6 MB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## sublime-NodeRequire
A Sublime Text plugin for requiring modules (for: Node.js).
### Screenshot

### Install
1. `Ctrl+Shift+P` or `Cmd+Shift+P` in Linux/Windows/OS X
2. type `install`, select `Package Control: Install Package`
3. type `NodeRequire`, select `NodeRequire`
or
1. to Sublime Text `Packages`
2. `git clone https://github.com/nswbmw/sublime-NodeRequire.git`
3. restart Sublime Text
### Usage
`Ctrl+Space` or `Alt+/`.
If NodeRequire does not work, check `NodeRequire.sublime-settings`'s node_path is right.
### License
MIT