Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jaz303-site-skel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jaz303-site-skel

  • 0.1.3
  • Rubygems
  • Socket score

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 11 Aug 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc