An open API service indexing awesome lists of open source software.

https://github.com/chrismckenzie/achieve

A modern tool for development task automation
https://github.com/chrismckenzie/achieve

automation build build-automation build-tool build-tools tool

Last synced: 8 months ago
JSON representation

A modern tool for development task automation

Awesome Lists containing this project

README

          

# Achieve

A modern tool for development task automation. `Achieve` aims to provide a
modern way to perform common task in development without having to shoehorn
them into a `Makefile` which really wasn't meant for non-file manipulating tasks

## Getting Started

Achieve is built using `go 1.7+` and does not require any other dependencies
past that.

### Installing

```
go get github.com/chrismckenzie/achieve
```

To run a test task you can do the following

```
cd $GOPATH/src/github.com/chrismckenzie/achieve

achieve build
```

this should output a compiled achieve binary in the achieve directory