glassy

0.1.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i glassy

Weekly Downloads

2

Version

0.1.6

License

MIT

Last publish

Collaborators

  • msarchet