module

Tokei::Api

tokei-api - API for analyzing Git repository source code with tokei command

Constants

CSP_POLICY = (((((((("default-src 'self'; " + "base-uri 'self'; ") + "frame-ancestors 'none'; ") + "object-src 'none'; ") + "form-action 'self'; ") + "script-src 'self' https://cdn.jsdelivr.net 'unsafe-inline'; ") + "style-src 'self' https://cdn.jsdelivr.net 'unsafe-inline'; ") + "img-src 'self' data: https:; ") + "font-src 'self' https://cdn.jsdelivr.net data:; ") + "connect-src 'self'"
VERSION = "0.1.0"

Class methods

start

Start application

Source

Nested types