Project

sublinit

0.0
Low commit activity in last 3 years
No release in over a year
Sublime Text CLI for new projects initialization
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 1.1.0
 Project Readme

Gem Version

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 sublinit

Demo

sublinit

Usage

Ruby

Executing $ sublinit ruby --new --name newproject --gemset npr will

  1. Create newproject directory
  2. Initialize git repository inside
  3. Create npr gemset
  4. Create .versions.conf RVM configuration inside
  5. Create newproject.sublime-project with Gems folder reference inside
  6. 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

  1. --no-open do not open the project in Sublime Text
  2. --origin your project's default remote, e.g git@github.com:eiskrenkov/sublinit.git

Plain

Executing $ sublinit plain --new --name newproject will

  1. Create newproject directory
  2. Create newproject.sublime-project
  3. 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

  1. --no-open do not open the project in Sublime Text