Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

site-skel

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

site-skel

bundlerRubyGems.org
Version
0.1.4
Version published
Maintainers
1
Created
Source

site-skel

(c) 2008 Jason Frame (jason@onehackoranother.com)
Released under The MIT License.

Synopsis

site-skel is a small command-line tool for generating website templates. Generated sites include reset stylesheet, conditional IE stylesheets, SWFObject and jQuery (plus some common plugins). Supports multiple file layouts (static HTML and simple PHP project included), plus layout variants (e.g. "2-column-fixed", "3-column-fluid"). Static files are laid out according to Rails' conventions ({images,javascripts,stylesheets}/).

site-skel runs off the filesystem and the variants are generated using ERb so it's easily customisable. Unfortunately we don't currently support sourcing data from anywhere other than the gem's install directory so if you intend to create your own layouts and variants the best idea is probably to fork the repo.

Installation

sudo gem install jaz303-site-skel

Usage

Basic example; create a static HTML template with the default variant in directory foo:

site-skel foo

Create a PHP site template using a 2-column variant in directory baz:

site-skel -l php -v 2-col baz

That's it, have fun.

FAQs

Package last updated on 20 Dec 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts