An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

## sublime-NodeRequire

A Sublime Text plugin for requiring modules (for: Node.js).

### Screenshot

![image](./screenshot.gif)

### 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