https://github.com/jstransformers/jstransformer-lebab
Lebab support for JSTransformers
https://github.com/jstransformers/jstransformer-lebab
Last synced: over 1 year ago
JSON representation
Lebab support for JSTransformers
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-lebab
- Owner: jstransformers
- License: mit
- Created: 2016-12-09T00:17:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T15:43:06.000Z (over 2 years ago)
- Last Synced: 2025-01-21T20:15:43.174Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://npmjs.com/jstransformer-lebab
- Size: 52.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-lebab
[Lebab](http://lebab.io/) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-lebab)
[](https://codecov.io/gh/jstransformers/jstransformer-lebab)
[](http://david-dm.org/jstransformers/jstransformer-lebab)
[](https://www.npmjs.org/package/jstransformer-lebab)
## Installation
npm install jstransformer-lebab
## API
```js
var lebab = require('jstransformer')(require('jstransformer-lebab'));
lebab.render('var lebab = require('lebab');').body
//=> "import lebab from 'lebab';"
```
## License
MIT