GenerateProjects
Generates Sublime project files for a directory
Details
Installs
- Total 316
- Win 161
- Mac 79
- Linux 76
Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 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 | 0 | 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 codesublime_project_directory
- this is the absolute path you want Sublime to save Project setting files to for each of the projects inlocal_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.