Skip to content

Commit

Permalink
Mention expm new command in the publishing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Oct 14, 2012
1 parent ea428a5 commit a39d90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PUBLISHING.md
Expand Up @@ -8,6 +8,8 @@ Defining a package


Every expm package is defined using `Expm.Package` record (look at the [example](https://github.com/yrashk/expm/blob/master/package.exs)) Every expm package is defined using `Expm.Package` record (look at the [example](https://github.com/yrashk/expm/blob/master/package.exs))


You can use `expm new [package.exs]` command to generate one from a template.

Normally you put this definition into `package.exs`. However, if you're intending to publish named versions as well (such as `:head`), our suggestion is to put such package definitions into `package.NAME.exs` (like [here](https://github.com/yrashk/expm/blob/master/package.head.exs)) Normally you put this definition into `package.exs`. However, if you're intending to publish named versions as well (such as `:head`), our suggestion is to put such package definitions into `package.NAME.exs` (like [here](https://github.com/yrashk/expm/blob/master/package.head.exs))


Authorization Authorization
Expand Down

0 comments on commit a39d90a

Please sign in to comment.