Skip to content
This repository has been archived by the owner on Dec 16, 2017. It is now read-only.

nucleartide/mmake-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published