kevva / elm-bin

elm-platform bin-wrapper that makes it seamlessly available as a local dependency
MIT License
18 stars 5 forks source link

Publish to `elm` npm repo #4

Closed rtfeldman closed 9 years ago

rtfeldman commented 9 years ago

I know @evancz has control over https://www.npmjs.com/package/elm - which is obviously the preferred package for this, so people can just go npm install -g elm - which would be awesome!

kevva commented 9 years ago

Happy to if @evancz would like to give me ownership so I can publish :).

sindresorhus commented 9 years ago

@evancz, just run: npm owner add kevva elm

evancz commented 9 years ago

Okay, @kevva should be added as an owner!

I staked out that name when the main repo was still called elm-lang/Elm so I guess that should change to elm-platform or whatever is appropriate. Thanks @sindresorhus for the quick instructions :) Thanks @rtfeldman for pushing for this!

rtfeldman commented 9 years ago

Woo! Super excited for this! :dancer:

kevva commented 9 years ago

So, should I publish to elm or elm-platform?

rtfeldman commented 9 years ago

I would assume elm - the nicest syntax for installing is just npm install -g elm, yeah?

evancz commented 9 years ago

Yeah, I'd go for elm because in 0.15 all of the command line stuff will be routed through a command called elm. So instead of elm-make and elm-repl you'll say elm make and elm repl and you can call elm on its own to see what your options are.

kevva commented 9 years ago

Alright, should be published to elm now.

passy commented 9 years ago

Woo!