~travisshears/raku-cli-tool-template

A tenpureto template for my Raku cli tools
f303ff3a — Travis Shears 3 years ago
init raku cli tool template

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~travisshears/raku-cli-tool-template
read/write
git@git.sr.ht:~travisshears/raku-cli-tool-template

You can also use your local clone with git send-email.

#Project title var

Project description var

#Install

Right now since this app is only for personal I did not publish it to CPAN. To install simply clone the repo and run:

$ zef install .

ensuring the zef bin is in you path

$ cli-command-var
Usage:
  cli-command-var [--be-nice] <name>

#Dev

To actively develop it is easy.

RAKULIB="./lib" ./bin/cli-command-var travis
Do not follow this link