elm-package
elm-package copied to clipboard
Command line tool to share Elm libraries
Is there any reason why a package has to be made available on github? Could bitbucket and gitlab be supported? Mostly asking because I use gitlab for everything, but I...
``` > elm package install -y Error: The description in elm-package.json is not valid. Error in $: Problem with the "repository" field. The given domain does not start with ```...
Seems like a reasonable enough feature request: https://groups.google.com/forum/#!topic/elm-discuss/hoUdfvxZVkI
Npm currently provides `npm oudated` command which lists versions of currently installed packages, versions specifiend in package.json and latest avaliable version of packages. Output of that command looks like this:...
Renaming my repo from queue to Queue fixed my problem. The repo is [here](https://github.com/eliaslfox/queue). My elm version is 0.18.0, and I am running on OSX. The stack trace I got...
Hello, I see a package and try to install it through some change in elm-package.json but I add a version that doesn't exist. So because of no error are displayed...
elm-package 0.18.0 I've just successfully published [a package](http://package.elm-lang.org/packages/allo-media/koivu/1.0.0), but when adding it as a dependency in another project, I'm getting this error: > elm-make: elm-stuff/packages/allo-media/koivu/1.0.0/elm-package.json: openBinaryFile: does not exist (No...
Using elm 0.18.0 installed from npm, using node v7.8.0 and npm v4.6.1. In a new empty tmp directory, create a `elm-package.json` file with this content: ```json { "version": "1.0.0", "summary":...
If I put this in the module comment: ``` @docs SomeType(..) ``` Accidentally copying the (..) from say the exports list, elm-package publish will not complain and will publish the...
moved from [here](https://github.com/elm-lang/package.elm-lang.org/issues/105) ## extended dependency syntax I agree that allowing links to git repos [covers concern about beta releases](https://github.com/elm-lang/package.elm-lang.org/issues/105#issuecomment-157396917). Here I want to discuss how we want to specify...