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.
- Host: GitHub
- URL: https://github.com/billstclair/elm-package-template
- Owner: billstclair
- License: mit
- Created: 2017-12-05T22:48:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T23:12:27.000Z (over 8 years ago)
- Last Synced: 2025-10-09T06:23:32.225Z (8 months ago)
- Language: Elm
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://package.elm-lang.org/packages/billstclair/elm-package-template/latest)
[](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