0.4.0 • Published 9 years ago

hats v0.4.0

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

hats

Hats for Epiphany & Ridge.

Specification

A hat should contain (at least one of) the following

  1. An Epiphany module that exports a plain object containing namespaced models and middleware, and an array] of routes and pages. This should be reached with require('hats/name').
  2. A 'public' Ridge module, to be used in the public part of a web-app. The package.json should tell browserify or similar what to return. Thus, this should also be reached with require('hats/name').
  3. A 'admin' Ridge module. This should be requried by require('hats/name/admin. To achieve this, either place an admin.js file in the root of the project, or create a directory admin with a file index.js.
  4. Dust templates, located at /templates.
0.4.0

9 years ago

0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago