Skip to content

aszecsei/please

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

please

A polite task runner

Background

Tasks automation is always useful, but tooling isn't always there. please is a cross-platform tool that doesn't have any external dependencies. Automation is written in a sane language, with enough features to automate whatever you want, however you want.

Installation

Scripting

please has a structure inspired by make.

Recipes

A recipe is defined by:

name:
    COMMANDS

Recipes may not be nested.

Releases

No releases published

Packages

No packages published

Languages