ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Local Packages

by spywhere ST3

A Sublime Text's local packages installer

Details

Installs

  • Total 5K
  • Win 3K
  • Mac 830
  • Linux 576
May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29
Windows 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 2 2 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0
Mac 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0

Readme

Source
raw.​githubusercontent.​com

Local Packages

A Sublime Text's local packages installer

Release Issues License

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.