/elm-package-template

An empty template for an Elm package, complete with badge, tests, and Travis config.

Primary LanguageElmMIT LicenseMIT

elm-package Build Status

elm-package-template is an empty project template, for use in creating brand new Elm projects. Fork it as you will, and change as you like.

You can get it via:

git clone git@github.com:billstclair/elm-package-template.git
mv elm-package-template <your-package-name>
cd <your-package-name>
rm -rf .git
git init
# Edit README.md to describe your package
# Maybe write some initial code.
git remote add origin git@github.com:<you>/<your-package-name>.git
git push -u origin master

Bill St. Clair
5 December, 2017