Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jedi4ever/nwebby
- Owner: jedi4ever
- Created: 2014-03-30T18:07:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T13:11:28.000Z (almost 3 years ago)
- Last Synced: 2023-04-10T14:22:18.348Z (almost 2 years ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.