Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heuermh/velocity-cli
Command line interface to Apache Velocity. Apache 2 licensed.
https://github.com/heuermh/velocity-cli
Last synced: 9 days ago
JSON representation
Command line interface to Apache Velocity. Apache 2 licensed.
- Host: GitHub
- URL: https://github.com/heuermh/velocity-cli
- Owner: heuermh
- License: apache-2.0
- Created: 2014-09-03T16:38:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T01:03:26.000Z (5 months ago)
- Last Synced: 2024-06-04T02:47:42.429Z (5 months ago)
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
velocity-cli
============Command line interface to Apache Velocity.
[![Maven Central](https://img.shields.io/maven-central/v/com.github.heuermh.velocity/velocity-cli.svg?maxAge=600)](http://search.maven.org/#search%7Cga%7C1%7Ccom.github.heuermh.velocity)
[![API Documentation](http://javadoc.io/badge/com.github.heuermh.velocity/velocity-cli.svg?color=brightgreen&label=javadoc)](http://javadoc.io/doc/com.github.heuermh.velocity/velocity-cli)## Usage
```bash
$ velocity --help
usage:
velocity -t template.wm
[-c foo=bar,baz=qux]
[-r /resource/path]
[-o output.txt]
[-e euc-jp]
[-g date,math]
[--verbose]arguments:
-a, --about display about message [optional]
-h, --help display help message [optional]
-t, --template [class java.io.File] template file [required]
-c, --context [class java.lang.String] context as comma-separated key value pairs [optional]
-r, --resource [class java.io.File] resource path [optional]
-o, --output [class java.io.File] output file, default stdout [optional]
-e, --encoding [class java.nio.charset.Charset] encoding, default UTF-8 [optional]
-g, --tools [java.util.List] comma-separated list of generic tools to install [optional]
-v, --verbose display verbose log messages [optional]
```