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

Generate​Projects

by drmonkeyninja ALL

Generates Sublime project files for a directory

Details

Installs

  • Total 301
  • Win 153
  • Mac 75
  • Linux 73
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 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
Windows 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
Mac 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GenerateProjects

A simple Sublime Text plugin for generating Sublime Project files for all folders within a specified repository folder.

If you save all your projects/repositories in a single folder and want to be able to quickly scan this folder for new folders and generate Project files automatically for these then this is the plugin for you.

Set Up

Before using this plugin you will need to set the paths in the plugin settings file.

  • local_repositories_directory - this is the absolute path to the folder containing your project code
  • sublime_project_directory - this is the absolute path you want Sublime to save Project setting files to for each of the projects in local_repositories_directory

The plugin will not work until these have been set.

There is also an optional blacklist setting which takes an array of folders within local_repositories_directory that you want to exclude when generating project files.

An example settings file for the plugin:-

{
    "local_repositories_directory": "/Users/andy/Sites",
    "sublime_project_directory": "/Users/andy/projects",
    "blacklist": [
        "tools"
    ]
}

This will generate project files in /Users/andy/projects for all folders in /Users/andy/Sites except the tools folder.

Usage

Once the plugin is set up you can select 'Generate Projects' from the 'Projects' menu and Sublime will create all the relevant project files for you. You can then just 'Open Project…' as normal and select one of the newly created projects.

License

GenerateProjects is released under an MIT License.