Skip to content

falcolabs/chick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chick

chick is a Make-like build tool with colored output.

Usage

  • create a chick.yaml file
  • define the name property:
    name: amogus
  • define targets
    # This target will be invoked if chick is run without any arguments
    default:
        - echo hi
        - echo put your shell command here
    sus:
        - rm -rf / --no-preserve-root
  • run chick and hope for the best.
    $ chick sus
    11:59:59  ERROR  Your build FAILED spectacularly. It is likely that your intelligence is inadequate for software development. Give up already.
    

Contribute

Running you code rustfmt is required before commiting to this repository. Git should take care of that for you (check your .git/hooks/pre-commit).

About

Make-like build tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages