Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SquidDev-CC/Howl
A CC build system
https://github.com/SquidDev-CC/Howl
build-automation build-system computercraft
Last synced: about 1 month ago
JSON representation
A CC build system
- Host: GitHub
- URL: https://github.com/SquidDev-CC/Howl
- Owner: SquidDev-CC
- License: mit
- Archived: true
- Created: 2014-12-06T13:07:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T11:15:30.000Z (over 5 years ago)
- Last Synced: 2024-08-02T07:06:43.408Z (4 months ago)
- Topics: build-automation, build-system, computercraft
- Language: Lua
- Homepage: http://www.computercraft.info/forums2/index.php?/topic/21254-
- Size: 360 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-computercraft - Howl - A build system for CC and CC:T. (Lua programs / Utility)
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.