Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/elm-proper-install
Properly install things from Github for Elm
https://github.com/eeue56/elm-proper-install
Last synced: about 2 months ago
JSON representation
Properly install things from Github for Elm
- Host: GitHub
- URL: https://github.com/eeue56/elm-proper-install
- Owner: eeue56
- License: bsd-3-clause
- Created: 2017-02-12T00:17:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T19:15:01.000Z (over 7 years ago)
- Last Synced: 2024-10-31T18:08:02.021Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-proper-install
This is more or less a project in a state of disrepair. It was originally started as a way to allow for installation of private packages, but was no longer needed. I recommend checking out https://github.com/NoRedInk/elm-ops-tooling/blob/master/native_package_install.py instead
:fire: :fire: :fire: Properly install things from Github for Elm. This is _only_ intended for when you can't use elm-package. :fire:
## Install```
npm install -g elm-proper-install
```## Usage
```
noah@noah-Swanky ~/d/elm-proper-install> elm-proper-install -h
Options:
-v, --verbose Print all messages out [default: false]
-h, --help Show help [boolean]Examples:
elm-proper-install Install elm-ffi
https://github.com/eeue56/elm-ffi
elm-proper-install Install all packages
```### Install a new package
```
elm-proper-install eeue56/elm-ffi
elm-proper-install https://github.com/eeue56/elm-ffi
```### Install all packages from elm-package.json
```
elm-proper-install
```