Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imerkle/parn
ποΈ π Elixir package manager
https://github.com/imerkle/parn
cli elixir hex javascript package-manager
Last synced: 3 months ago
JSON representation
ποΈ π Elixir package manager
- Host: GitHub
- URL: https://github.com/imerkle/parn
- Owner: imerkle
- Created: 2017-07-20T19:29:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T08:30:21.000Z (4 months ago)
- Last Synced: 2024-10-08T12:56:14.576Z (3 months ago)
- Topics: cli, elixir, hex, javascript, package-manager
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/parn
- Size: 130 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## πPARN π
It installs hex packages in the elixir app from http://hex.pm.
Name is taken from yarn nothing else π .
## INSTALLATION
`npm i -g parn`
or
`yarn global add parn`## USAGE
##### Install Packages
`parn add ecto phoenix@latest [email protected] myapp@umbrella`##### Remove Packages
`parn remove ecto phoenix`
##### Lists Packages
`parn list`
##### Options
`@` - version can be `latest`, exact version like `1.22` and `umbrella` (for umbrella apps).
- `-O` - `{..., override: true}` *e.g `parn add phoenix@latest -O`*
- `-D` - `{..., only: :dev}`
- `-P` - `{..., only: :prod}`
# Screenshot
![](http://i.imgur.com/UI9exH9.png)
# Features
- Just works
- Has Colors
# Caveats:
- It backups all modified version of `mix.exs` files in `./prod_exs/` because its just workaround and you may never know what it might break up. (Its automatically ignored in gitignore)
- It scraps data from hex.pm ( because i didnt find any proper api )