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

https://github.com/badsyntax/staticx

A node.js static site generator.
https://github.com/badsyntax/staticx

Last synced: 10 months ago
JSON representation

A node.js static site generator.

Awesome Lists containing this project

README

          

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

A node.js static site generator.

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

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

## Documentation
_(Coming soon)_

## Conventions

### Naming

Modules (singletons) should be lower camel-case, like so: `myModule`
Constructors (classes) should be upper camel-case, like so: `MyClass`

## 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) 2013 Richard Willis
Licensed under the MIT license.