Local Packages
A Sublime Text's local packages installer
Details
Installs
- Total 5K
- Win 4K
- Mac 871
- Linux 602
Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 1 | 2 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Local Packages
A Sublime Text's local packages installer
What is Local Packages
Local Packages is a plugin to allows Package Control's users easily install the missing Sublime Text's packages based on the project.
Local Packages is just a Package Control
extension plugin not Package Control
replacement.
How it works?
When open the project, Local Packages will seach for .sublime-local-dependency
file in the project and evaluate if the package list already contains the dependencies. If any missing dependency is found, Local Packages will automatically install for you.
The installation process is depends on Package Control
installation. Any Package Control
settings will be used while installing the missing packages.
How to use it?
Just open the Command Palette and type Create Local Dependencies
, select the packages and .sublime-local-dependency
file will be created for you.
Settings
Local Packages is using a very complex settings system in which you can control how settings affect the whole Sublime Text or each project you want.
As you might already know, you can override default settings by set the desire settings inside user's settings file (can be access via Preferences > Packages Settings > Local Packages > Settings - User
).
But if you want to override the settings for particular project, you can add the local_packages
dictionary to the .sublime-project file. Under this dictionary, it works like a user's settings file but for that project instead.
To summarize, Local Packages will look for any settings in your project settings file first, then user's settings file, and finally, the default package settings.