0.1.6 • Published 12 years ago

martel v0.1.6

Weekly downloads
11
License
-
Repository
github
Last release
12 years ago

Overview

This is early and may be buggy. I haven't tested it completely so consider this very alpha!

Martel is a micro framework to help you prototype out your site ideas. Using Martel is as simple as creating a jade template file and then accessing it directly from the browser. Your template will be rendered and delivered back to the browser.

Creating a prototype in Martel means you don't think about URL routing, ORMs or frameworks. You only worry about creating a great frontend experience. The purpose is to hash out quick ideas and concepts before you even focus on the nitty details.

CLI

Martel comes with command line tool to help set up your first prototype.

martel create

Renderers

Martel makes use of what it calls Renderers. These take a file such as a Jade template and returns a suitable content for display in the browser. Below are the current list of available Renderers.

TODOs

  • Add better support for other template engines
  • Create examples
  • Write up API
0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago