Skip to content
/ ape Public

Ape 🦧 generates weekly repeating items from templates

License

Notifications You must be signed in to change notification settings

qultist/ape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published