Help language development. Donate to The Perl Foundation

SantaClaus::Utils zef:tbrowder last updated on 2021-12-06

README.md
[![Actions Status](https://github.com/tbrowder/SantaClaus-Utils/workflows/test/badge.svg)](https://github.com/tbrowder/SantaClaus-Utils/actions)

NAME
====

**SantaClaus::Utils** - Provides Raku software tools for Santa Claus and his Elves

SYNOPSIS
========

```raku
use SantaClaus::Utils;

add-entry;     # adds a journal entry template to the
               # user's '$HOME/journal' text file
check-journal; # checks the journal file for correct syntax
```

DESCRIPTION
===========

The Raku module **SantaClaus::Utils** is used by Santa's staff to create and manage individual task journal entries. It also provide tools to manage as the entire collection of task journals for all Santa's helpers to provide status reports and other reports for Santa and his staff.

AUTHOR
======

Tom Browder <[email protected]>

COPYRIGHT AND LICENSE
=====================

Copyright 2021 Tom Browder

This library is free software; you may redistribute it or modify it under the Artistic License 2.0.