CSPEx

Hex.pmHex.pm

A library that brings all the CSP joy to the Elixir land.

Usage

  1. Add the dependency to the mix.exs file:
deps: [{:cspex, "~> x.x.x"}, ...]
  1. Add the following snippet to any module where you want to use it:
use CSP
  1. Be happy!

Documentation

Online documentation is available here.