0.1.6 • Published 9 years ago

glassy v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Glassy

A simple html project templator

npm install -g glassy

What is it

Glassy is intended to be for all those times you just want to put some html/css/js on a page to test an idea.

Simply npm install, bower install, or whatever your javascript.

Write a glass file pointing at the things you want.

Then glassy

Quick Start

A CLI new <projectname> will be coming soon

  • create a glassfile

  • paths : passed to template as an object like

    key : [/* file paths */]
  • relative : passed to template as relative

  • template : optional path to jade template

  • output : path to output finished html file

module.exports = {
  paths = {
      javascript : [/* globs */] // passed to template as javascript,
      css : [/* globs */] //passed to template as css
  },
  relative : strings, // passed to template as relative
  template : string, // jade file to use
  output : string, // path to output to
}

glassy your project

Roadmap

  • Allow more preprocessors
  • Make a gulp plugin
  • Add a project initializer
0.1.6

9 years ago

0.1.5

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago