https://github.com/danieldiekmeier/stolper
https://github.com/danieldiekmeier/stolper
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danieldiekmeier/stolper
- Owner: danieldiekmeier
- Archived: true
- Created: 2015-05-18T17:07:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T21:33:15.000Z (about 10 years ago)
- Last Synced: 2025-03-05T00:13:56.416Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stolper
Test your [tumblr](http://tumblr.com) themes locally. Don't spend your life pasting them into the theme development interface.
## Usage
```
var stolper = require('stolper');stolper(templateCode, dummyData, function(html){
// do something with the html
});
```