Skip to content
Elixir Mix task to starring GitHub repository with `mix deps.get`ting dependent library
Elixir
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
lib
netrcex @ d52d567
test
.gitignore
.gitmodules
LICENSE
README.md
mix.exs
mix.lock
try-mix-star.gif

README.md

MixStar

hex.pm version hex.pm downloads

MixStar starred GitHub repository that depends on your project! You just type mix deps.star, MixStar execute mix deps.get internally and starring GitHub repository. Enjoy!

Demo

How to install

$ git clone git@github.com:ma2gedev/mix-star.git
$ cd mix-star
$ git submodule update --init
$ MIX_ENV=prod mix do archive.build, archive.install

Or

$ mix archive.install https://github.com/ma2gedev/mix-star/releases/download/v0.1.1/mixstar-0.1.1.ez

Now you get mix deps.star command!

How to use

Write your GitHub credentials into .netrc file(locating to ~/.netrc).

The following is a sample .netrc file. And execute chmod 600 ~/.netrc to avoid permission error.

machine api.github.com
  login <your github account>
  password <your 40 char github token>

And exec mix deps.star

Then stared GitHub projects that your project depends on.

Dependencies

See Also

inspired by bundle-star(https://github.com/ma2gedev/bundle-star)

LICENSE

MIT License

Something went wrong with that request. Please try again.