# Maker.jl **Repository Path**: Julialang/Maker.jl ## Basic Information - **Project Name**: Maker.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Maker #### A tool like make for data analysis in Julia [![Maker](http://pkg.julialang.org/badges/Maker_0.4.svg)](http://pkg.julialang.org/?pkg=Maker&ver=0.4) [![Build Status](https://travis-ci.org/tshort/Maker.jl.svg?branch=master)](https://travis-ci.org/tshort/Maker.jl) [![Build status](https://ci.appveyor.com/api/projects/status/otj9pnwsq32to211?svg=true)](https://ci.appveyor.com/project/tshort/maker-jl) [![Coverage Status](https://coveralls.io/repos/tshort/Maker.jl/badge.svg?branch=master)](https://coveralls.io/r/tshort/Maker.jl?branch=master) `Maker` is a [Julia](http://julialang.org/) package to set up tasks and dependencies in a similar fashion to [make](https://en.wikipedia.org/wiki/Makefile) or [Rake](http://docs.seattlerb.org/rake/). Like make, `Maker` evaluates file and code dependencies to update processing. The focus here is on data analysis, not build automation for code. ### Documentation * **[Current released package documentation](https://tshort.github.io/Maker.jl/stable/)** The documentation for the development version of this package is [here](https://tshort.github.io/Maker.jl/latest/).