Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

idleberg/sublime-developer-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

sublime-scripts

The MIT License GitHub

Collection of useful scripts to be used with your own Sublime Text packages

Dependency Installation

Automatically install dependencies required by your package

brew-install.py

Install Homebrew dependencies, equivalent to brew install <package>.

git-clone.py

Install Git dependencies, equivalent to git clone <repository>. Falls back to git pull if cloned repository exists.

npm-install.py

Install global Node dependencies, equivalent npm install -g <package>. Alternatively, you can use this to install dependencies specified in supplied package.json (ignores devDependencies!)

pip-install.py

Install Python packages, equivalent to pip install <package>.

File Operations

chmod.py

Make included scripts executable, equivalent to chmod +x <file>.

License

This work is licensed under the The MIT License.

About

Collection of useful scripts for Sublime Text 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages