# sublime-node-require **Repository Path**: mirrors_jfromaniello/sublime-node-require ## Basic Information - **Project Name**: sublime-node-require - **Description**: helper to add require clauses to node.js modules in Sublime Text 2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Helper to add node.js "require" clause to modules. Just press *ctrl+shift+m*, select the file and boom! * Windows: ctrl+shift+m * Linux: ctrl+shift+m * OSx: ⌘+⇧+m (command+shift+m) ![screencast](http://joseoncodecom.ipage.com/wp-content/uploads/images/require-helper.gif) ## Other modules Besides any javascript file you have in your directory, use: * native: [name] for things like "fs", "net", etc. * module: [name] for modules inside your node_modules folder ## Installation ### With Package Control Search "Require CommonJS Modules Helper". ### With [Package Decontrol](https://github.com/jfromaniello/Sublime-Package-Decontrol) ~~~ jfromaniello/sublime-node-require ~~~