Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jedi4ever/nwebby

Node webby like blog/website system (based on Mustache, Markdown, yaml config files)
https://github.com/jedi4ever/nwebby

Last synced: about 2 months ago
JSON representation

Node webby like blog/website system (based on Mustache, Markdown, yaml config files)

Awesome Lists containing this project

README

        

# nwebby [![Build Status](https://secure.travis-ci.org/jedi4ever/nwebby.png?branch=master)](http://travis-ci.org/jedi4ever/nwebby)

Webby Clone

## Getting Started
Install the module with: `npm install nwebby`

```javascript
var nwebby = require('nwebby');
nwebby.awesome(); // "awesome"
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## 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](http://gruntjs.com/).

## Release History
_(Nothing yet)_

## License
Copyright (c) 2014 Patrick Debois. Licensed under the MIT license.