Skip to content

Command line interface to Apache Velocity. Apache 2 licensed.

License

Notifications You must be signed in to change notification settings

heuermh/velocity-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velocity-cli

Command line interface to Apache Velocity.

Maven Central API Documentation

Usage

$ 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<java.lang.String>]  comma-separated list of generic tools to install [optional]
   -v, --verbose  display verbose log messages [optional]

About

Command line interface to Apache Velocity. Apache 2 licensed.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages