Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Elixir Mix task to starring GitHub repository with `mix deps.get`ting dependent library

License

NotificationsYou must be signed in to change notification settings

ma2gedev/mix-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex.pm versionhex.pm downloads

MixStar starred GitHub repository that depends on your project!You just typemix deps.star, MixStar executemix 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 mixdo 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 getmix deps.star command!

How to use

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

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

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

And execmix 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

About

Elixir Mix task to starring GitHub repository with `mix deps.get`ting dependent library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp