Attributes
Includes Deno configuration
Repository
Current version released
a year ago
Dependencies
Colle
A dead-simple pastebin service.
Intended for use on https://paste.shantaram.xyz.
Usage
deno run -A --unstable src/mod.tsAn API client can be imported with:
import { Colle } from "https://deno.land/x/colle@2.2.0/mod.ts";if using TypeScript, and
import { Colle } from "https://deno.land/x/colle@2.2.0/src/Colle.js";if working directly in the browser.
TODO
- Allow nicknames (custom slugs) for pastes
License
See LICENSE.