qultist / ape

Ape 🦧 generates weekly repeating items from templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ape

CircleCI

Ape 🦧 is small command line tool to generate weekly repeating items from templates for GrandTotal.

Installation

You can install ape either with Homebrew or from source.

Install with Homebrew

brew install qultist/formulae/ape

Install from source

rake install

Usage

Create a template. Templates are written in JSON.

{
    "name": "template",
    "items": [
        {
            "name": "item",
            "weekdays": ["monday", "wednesday"],
            "quantity": 1,
            "wage": 1
        }
    ]
}

Generate items for the current month and year.

ape template.json

The month and year can be specified with the -m resp. -y options. Use ape -help for more information.

License

Ape is released under the MIT license. See LICENSE for details.

About

Ape 🦧 generates weekly repeating items from templates

License:MIT License


Languages

Language:Swift 95.9%Language:Ruby 4.1%