gaunt-render

0.1.2 • Public • Published

gaunt

The most aesthetically minimalist markup language ever.

Getting Started

To use programatically (from Node.js): Install the module with: npm install gaunt-render

var gaunt = require('gaunt-render');
var renderedOutput = gaunt('	  				 '); // "a"

To use from the command line: Install the module with: npm install -g gaunt-render

# Input file(s)
$ gaunt path/to/file

# From standard in
$ cat index.gtf | gaunt

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2013 Darius Kazemi
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i gaunt-render

Weekly Downloads

0

Version

0.1.2

License

none

Last publish

Collaborators

  • dariusk