Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Readme.md

mmake-elixir

Modern Makefile for Elixir projects.

Why

mix is great, however it's a little easier for me to hide my most commonly used Mix tasks behind a Make interface. This way, I don't have to worry about memorizing Mix task names or options – I just need to remember make, or make test.

Install

Ensure you have mmake installed.

Then, in your Mix project, create a Makefile:

touch Makefile

Add the following line to your Makefile:

echo 'include github.com/nucleartide/mmake-elixir' >> Makefile

Use

View commands:

make help --verbose

License

MIT

About

Makefile for Elixir projects

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.