It depends on how you want to organize your Github, I guess. Your package name and repository name must match, so whatever works best for you. For example, I have `clj-markov` and `elm-markov` to differentiate the different (Clojure and Elm) projects.
On Sunday, August 21, 2016 at 8:41:44 PM UTC+2, Joey Eremondi wrote: > > Well, that's my bad... > > Any thoughts on if I should keep the old or new names? > > On Sat, Aug 20, 2016 at 11:27 PM, Janis Voigtländer < > [email protected] <javascript:>> wrote: > >> to match the “don’t start with elm-“ guideline >> >> What guideline is that? >> >> The elm-lang and elm-community organizations have dropped elm- prefixes >> from package names, or are in the process of doing so, because something >> like elm-community/elm-list-extra reads strange. I don’t think anything >> is wrong or inappropriate with JoeyEremondi/elm-typenats, though. >> >> >> 2016-08-21 5:39 GMT+02:00 Joey Eremondi <[email protected] >> <javascript:>>: >> >>> Hi All, >>> >>> I've updated my libraries for 0.17. Nothing changed really for the API, >>> but I've changed the naming to match the "don't start with elm-" guideline. >>> >>> http://package.elm-lang.org/packages/JoeyEremondi/typenats/1.0.0 >>> >>> http://package.elm-lang.org/packages/JoeyEremondi/elm-SafeLists/2.0.0/List-SafeList >>> >>> http://package.elm-lang.org/packages/JoeyEremondi/array-multidim/1.0.0/Array-MultiDim >>> >>> As always, feedback is welcome. >>> >>> In the next iteration, I'd like to make specialized versions of 2d, 3d >>> and 4d arrays so people can use them without ever seeing SafeLists. >>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Elm Discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Elm Discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
