Skip to content

Commit

Permalink
Start an Elm companies list :)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 17, 2017
0 parents commit 6932a94
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.MD
@@ -0,0 +1,10 @@
Please review our [Contribution Guidelines](https://github.com/lpil/elm-companies/blob/master/CONTRIBUTING.md) to ensure your changes abides by it.

Review your changes and complete the checklist below.

- [ ] Company name
- [ ] Company description
- [ ] Company location
- [ ] GitHub link
- [ ] How Elixir is used
- [ ] Sorted alphabetically
66 changes: 66 additions & 0 deletions .gitignore
@@ -0,0 +1,66 @@
# Created by https://www.gitignore.io

### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk


### Linux ###
*~

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*


### Elixir ###
/_build
/deps
erl_crash.dump
*.ez
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,10 @@
# Contribution Guidelines

Please ensure your pull request adheres to the following guidelines:

* New companies or updates are welcome.
* Please check your spelling and grammar.
* When adding companies, please do so in alphabetical order.
* Wrap long lines before 80 characters.

Thank you for your contributions!
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
[![Build Status](https://travis-ci.org/lpil/elm-companies.svg?branch=master)](https://travis-ci.org/lpil/elm-companies)

# Elm Companies

A curated list of companies using Elm in production, organized by industry.

Inspired by Doomspork's [Elixir companies][elixir-companies] list.

[elixir-companies]: https://github.com/doomspork/elixir-companies


#### Education

* [NoRedInk](https://usecanvas.com)
([GitHub](https://github.com/usecanvas)) -
NoRedInk provide a language learning platform for children. Evan Czaplicki,
the creator of Elm is a NoRedInk employee.


#### Project Management

* [PivotalTracker](https://www.pivotaltracker.com/)
([GitHub](https://github.com/pivotaltracker)) -
Pivotal Tracker provide a project management tool for agile software
development teams.


## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

0 comments on commit 6932a94

Please sign in to comment.