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.
- Host: GitHub
- URL: https://github.com/badsyntax/staticx
- Owner: badsyntax
- License: mit
- Created: 2013-09-17T22:06:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T07:36:20.000Z (over 11 years ago)
- Last Synced: 2025-02-15T05:14:58.834Z (12 months ago)
- Language: CSS
- Size: 1.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# staticx [](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.