# Howl **Repository Path**: mirrors_SquidDev-CC/Howl ## Basic Information - **Project Name**: Howl - **Description**: A CC build system - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-07 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Howl: A Lua build system Howl is a build system for Lua, based mostly on [Grunt](http://gruntjs.com/) and [Rake](https://github.com/ruby/rake). ## HowlFiles Howl uses Howlfiles (`Howlfile`, `Howlfile.lua`) to find tasks. A Howlfile is just Lua. You can look at Howl's own [Howlfile](https://github.com/SquidDev-CC/Howl/blob/master/Howlfile.lua) for an example of one.