An open API service indexing awesome lists of open source software.

https://github.com/23skdu/perl-tool-template

Base Scaffolding Pattern for perl CLI tools
https://github.com/23skdu/perl-tool-template

automation cli perl

Last synced: 5 months ago
JSON representation

Base Scaffolding Pattern for perl CLI tools

Awesome Lists containing this project

README

          

# perl-tool-template
#Build the tool into a docker and run from there
```
$ docker build -t tool:0.1 .
```
## then
```
perl-tool-template $ docker run tool:0.1 tool
ERR: Must specify action(-a)
Actions: SomeFunction
````