make-sublime-project
v1.0.7
Published
Build a sublime text .project file to highlight private npm modules in your project
Maintainers
Readme
make-sublime-project makes a Sublime Text .project file that highlights private npm modules. This is useful if you're using private modules and want to focus on them, rather than on third party modules.
Installation
npm install -g make-sublime-projectUsage
cd /Documents/your-app
make-sublime-projectThis will create a your-app.sublime-project file.
Then in Sublime Text, click Project > Open Project and select your new .project file.
