Zurb Foundation
A Sublime Text (2 & 3) Plugin to jumpstart Zurb Foundation Projects
Details
Installs
- Total 2K
- Win 2K
- Mac 479
- Linux 233
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 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 1 | 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 | 0 | 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
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
zip_url
: The url to a customized build from http://foundation.zurb.com/sites/download.html/ with the skeleton you want to proceed.default_path
: The location that will be pre-filled in the dialog box on creation.
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.