Subl Init
It simplifies the process of new Sublime Text projects creation
Installation
Install sublinit on your machine as any other Ruby Gem
$ gem install sublinitDemo
Usage
Ruby
Executing $ sublinit ruby --new --name newproject --gemset npr will
- Create
newprojectdirectory - Initialize git repository inside
- Create
nprgemset - Create
.versions.confRVM configuration inside - Create
newproject.sublime-projectwith Gems folder reference inside - Open newly created project in Sublime Text
If you won't pass --new option, SublInit won't create any folders and will run inside of the current one
Other options
-
--no-opendo not open the project in Sublime Text -
--originyour project's default remote, e.ggit@github.com:eiskrenkov/sublinit.git
Plain
Executing $ sublinit plain --new --name newproject will
- Create
newprojectdirectory - Create
newproject.sublime-project - Open newly created project in Sublime Text
If you won't pass --new option, SublInit won't create any folders and will run inside of the current one
Other options
-
--no-opendo not open the project in Sublime Text
