https://github.com/jstransformers/jstransformer-cli
Command line interface for JSTransformers.
https://github.com/jstransformers/jstransformer-cli
Last synced: 11 months ago
JSON representation
Command line interface for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-cli
- Owner: jstransformers
- License: mit
- Created: 2015-04-19T20:04:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T18:23:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T10:42:10.692Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-cli
- Size: 72.3 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-cli
Command line interface for [JSTransformers](http://github.com/jstransformers/jstransformer).
[](https://travis-ci.org/jstransformers/jstransformer-cli)
[](https://codecov.io/gh/jstransformers/jstransformer-cli)
[](http://david-dm.org/jstransformers/jstransformer-cli)
[](https://www.npmjs.org/package/jstransformer-cli)
## Installation
npm install -g jstransformer-cli
## Usage
jstransformer [options]
cat | jstransformer [options]
Options:
--version output the version number
--locals JSON string for locals
--options JSON string for options
## Example
jstransformer marked README.md > README.html
cat README.md | jstransformer marked > README.html
## License
MIT