Zurb Foundation
A Sublime Text (2 & 3) Plugin to jumpstart Zurb Foundation Projects
Details
Installs
- Total 2K
- Win 2K
- Mac 479
- Linux 233
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 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 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 | 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.