Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jshawl/cspq
- Owner: jshawl
- Created: 2024-06-02T19:09:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T23:57:07.000Z (7 months ago)
- Last Synced: 2024-10-16T11:50:31.609Z (3 months ago)
- Topics: content-security-policy, gleam-lang
- Language: Gleam
- Homepage: https://jshawl.github.io/cspq/
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 csppub 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
```