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
- Host: GitHub
- URL: https://github.com/chrismckenzie/achieve
- Owner: ChrisMcKenzie
- License: mit
- Created: 2016-10-25T06:34:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T03:58:55.000Z (over 8 years ago)
- Last Synced: 2025-01-30T21:26:32.581Z (over 1 year ago)
- Topics: automation, build, build-automation, build-tool, build-tools, tool
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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