https://github.com/jsreport/jsreport-cli
Command line interface for jsreport
https://github.com/jsreport/jsreport-cli
Last synced: about 1 year ago
JSON representation
Command line interface for jsreport
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-cli
- Owner: jsreport
- License: mit
- Created: 2016-07-21T16:16:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:42:30.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T13:58:10.474Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://jsreport.net
- Size: 787 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-cli
[](https://npmjs.com/package/jsreport-cli)[](https://travis-ci.org/jsreport/jsreport-cli)
> Command line interface for jsreport
See http://jsreport.net/learn/cli for documentation
## Installation
> npm install jsreport-cli --production
## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
```js
const jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-cli')({}))
```