Skip to content

A small set of Scala traits to help execute command line tools

License

Notifications You must be signed in to change notification settings

clintval/clitool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clitool

Unit Tests Java Version Language License

A small set of Scala traits to help execute command line tools.

Cisco and the Grand Canyon

val ScriptResource = "io/cvbio/io/CliToolTest.py"

Python3.execScript(
  scriptResource = ScriptResource,
  args           = Seq.empty,
  logger         = Some(logger),
  stdoutRedirect = logger.info,
  stderrRedirect = logger.warning,
)

If Mill is your build tool

ivyDeps ++ Agg(ivy"io.cvbio.io::clitool::0.1.0")

If SBT is your build tool

libraryDependencies += "io.cvbio.io" %% "clitool" % "0.1.0"

About

A small set of Scala traits to help execute command line tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages