Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jshawl/cspq

a csp playground
https://github.com/jshawl/cspq

content-security-policy gleam-lang

Last synced: 29 days ago
JSON representation

a csp playground

Awesome Lists containing this project

README

        

# csp

[![Package Version](https://img.shields.io/hexpm/v/csp)](https://hex.pm/packages/csp)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/csp/)

```sh
gleam add csp
```

```gleam
import csp

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run -m lustre/dev start # Run the project
gleam test # Run the tests
```