ronydebnath / Sublime-Foundation

A Sublime Text (2 & 3) Plugin to jumpstart Zurb Foundation Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zurb Foundation 6

Foundation is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps and emails that look amazing on any device. Foundation is semantic, readable, flexible, and completely customizable.

This package allows to quickly open a Zurb Foundation project from Sublime Text.

Installation

Package Control

Select 'Zurb Foundation' from the Install Package... menu

Vanilla Sublime

Clone this repo into your Packages folder and Rename folder name 'Sublime-Foundation-master' to 'Foundation'.

Usage

Just run the command:

Foundation: New Project

Provide a path for your new project and hit enter. That's it!

Note:
If you're using Sublime Text 2, there's no way to set the current project programmatically, so you'll have to select the new .sublime-project file from the dialog that appears.

Settings

Preferences>Package Settings>Foundation>Settings-User

{
    "zip_url": "http://foundation.zurb.com/sites/download.html/complete",
    "default_path": "C:/xampp/htdocs/projectName"
}

License

BSD3

Acknowledgment

Since, i use Zurb Foundation instead of HTML Boilerplate for most of my projects, So i made this plugin which is inspired from Initializr plugin made by Dan Drinkard.

About

A Sublime Text (2 & 3) Plugin to jumpstart Zurb Foundation Projects

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%