https://github.com/jstransformers/boilerplate
Boilerplate for JSTransformers. See the Wiki for documentation...
https://github.com/jstransformers/boilerplate
Last synced: 3 months ago
JSON representation
Boilerplate for JSTransformers. See the Wiki for documentation...
- Host: GitHub
- URL: https://github.com/jstransformers/boilerplate
- Owner: jstransformers
- License: mit
- Created: 2015-04-03T03:36:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T14:59:33.000Z (over 4 years ago)
- Last Synced: 2023-04-09T14:49:55.234Z (about 3 years ago)
- Language: JavaScript
- Homepage: https://github.com/jstransformers/boilerplate/wiki
- Size: 49.8 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JSTransformer Boilerplate
Use JSTransformer Boilerplate to create and update transformers.
1. Visit [the Boilerplate Wiki](https://github.com/jstransformers/boilerplate/wiki) on how to get started
2. Remove this top notice from any transformers
# jstransformer-foo
[Foo](http://example.com) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-foo)
[](https://codecov.io/gh/jstransformers/jstransformer-foo)
[](http://david-dm.org/jstransformers/jstransformer-foo)
[](https://www.npmjs.org/package/jstransformer-foo)
## Installation
npm install jstransformer-foo
## API
```js
var foo = require('jstransformer')(require('jstransformer-foo'))
foo.render('blah').body
//=> 'blah'
```
## License
MIT