# Wiki ## General - [Keep a changelog](http://keepachangelog.com/) - [https://github.com/minimaxir/big-list-of-naughty-strings](https://github.com/minimaxir/big-list-of-naughty-strings) - [The-Big-Username-Blacklist](https://github.com/marteinn/The-Big-Username-Blacklist) ## Elixir ### General - [ExDoc is a documentation generation tool for Elixir](https://hex.pm/packages/ex_doc) - [A static code analysis tool with a focus on code consistency and teaching](https://hex.pm/packages/credo) - [Mix tasks to simplify use of Dialyzer in Elixir project](https://hex.pm/packages/dialyxir) - [Coverage report tool for Elixir with coveralls.io integration](https://hex.pm/packages/excoveralls) - [Security-focused static analysis for Elixir & the Phoenix framework](https://hex.pm/packages/sobelow) ### Testing - [Unit testing framework for Elixir](https://hexdocs.pm/ex_unit/ExUnit.html) - [mix-test.watch - Automatically run your Elixir project's tests each time you save a file](https://github.com/lpil/mix-test.watch) - [Story BDD tool for executing elixir in ExUnit](https://hex.pm/packages/cabbage) - [BDD testing framework for Elixir inspired by RSpec](https://hex.pm/packages/espec) - [Faker is a pure Elixir library for generating fake data](https://hex.pm/packages/faker) - [A factory library by the creators of FactoryBot](https://hex.pm/packages/ex_machina) - [PropCheck provides property based testing and is an Elixir layer around PropEr](https://hex.pm/packages/propcheck) - [Data generation and property-based testing for Elixir](https://hex.pm/packages/stream_data) - [Concurrent browser tests](https://hex.pm/packages/wallaby) - [library for writing integration tests and browser automation](https://hex.pm/packages/hound)