Skip to content

FinlayDaG33k/chomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c98a33 · Feb 1, 2024
Jan 30, 2024
Jan 30, 2024
Jan 30, 2024
Feb 1, 2024
Jan 25, 2024
Jan 30, 2024
Jan 25, 2024
Nov 4, 2021
Feb 1, 2024
Jan 30, 2024
Jan 30, 2024
Jan 30, 2024
Jan 30, 2024
Jan 30, 2024
Jan 30, 2024
Jul 22, 2022
Nov 3, 2021
Jan 25, 2024
Jan 30, 2024
Jan 25, 2024

Repository files navigation

Chomp

Library of (arguably) useful stuff.
Should work just fine but comes with no warranties whatsoever.

Usage

Chomp is structured in such a way that you can import just what you need for your app.
A good start would be to import the most common things you might use:

import * from "https://deno.land/x/chomp/mod.ts";

This includes (list might not always be up-to-date):

You can then import any of the "extras" as you need:

import * from "https://deno.land/x/chomp/discord/mod.ts";
import * from "https://deno.land/x/chomp/webserver/mod.ts";
import * from "https://deno.land/x/chomp/websocket/mod.ts";

Additionally, you can explore the docs or Deno.land to see what more Chomp is capable off!

Versioning

Versions adhere to the following versioning system of x.y.z where:

  • x means a breaking change (eg. removal of a function, breaking upgrade of an upstream dependency etc.).
  • y means an addition or non-breaking update.
  • z means a typos, bug-fix etc.

About

Library of (arguably) useful Deno classes

Topics

Resources

License

Stars

Watchers

Forks