An open API service indexing awesome lists of open source software.

https://github.com/billstclair/elm-package-template

An empty template for an Elm package, complete with badge, tests, and Travis config.
https://github.com/billstclair/elm-package-template

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

[![elm-package](https://img.shields.io/badge/elm-1.0.0-blue.svg)](http://package.elm-lang.org/packages/billstclair/elm-package-template/latest)
[![Build Status](https://travis-ci.org/billstclair/elm-package-template.svg?branch=master)](https://travis-ci.org/billstclair/elm-package-template)

`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
cd
rm -rf .git
git init
# Edit README.md to describe your package
# Maybe write some initial code.
git remote add origin git@github.com:/.git
git push -u origin master

Bill St. Clair

5 December, 2017