PHPackages                             crodas/build - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. crodas/build

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

crodas/build
============

Simple build tools

v0.2.0(10y ago)07411MITPHPPHP &gt;=5.4.0

Since Jun 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/crodas/Build)[ Packagist](https://packagist.org/packages/crodas/build)[ RSS](/packages/crodas-build/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (1)

Build
=====

[](#build)

`Build` is a task management and automation tool. It was inspired in `Makefile` and [Python's doit](http://pydoit.org/index.html)

Concepts
--------

[](#concepts)

- Annotations are used to define `tasks`
- `crodas/Build` do not build things unless they are needed:
    - When there is no output file
    - When any input file changes

```
