Skip to main content
Home

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
82%
Published
9 months ago (0.0.1)

Tricera 🦕

(I know it's not a Triceratops emoji, but I can't find any, so give me a break)

Tricera is a package manager (sort of) for Deno, created to facilitate creating and managing code bases while keeping in mind that I may receive slur in my DMs from Deno fanboys. This project is highly inspired by Trex but not as good, yet still maintained (until I leave the project gathering dust like all my other ideas)

Documentation

Installation

not available yet, star the repo so you get to know when it's available

Create a project

If you (somehow) know how to name your project:

Tricera --create MyProject

After that, drop me a DM letting me know how you manage to find names for your projects, because it's legit the hardest part of any project for me

If you are too lazy to find a name for your project:

Tricera --create

But eventually, you'll have to name your project, you know, so how about you name it now instead of postponing everything and tell them life's got you

Contribution

Thank you so much for considering helping me with this project. Good luck reading my code without losing all respect for me, tho.

Don't worry, I'll create a contribution.md ... someday...

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@cluinog/tricera

Import symbol

import * as tricera from "@cluinog/tricera";
or

Import directly with a jsr specifier

import * as tricera from "jsr:@cluinog/tricera";

Add Package

pnpm i jsr:@cluinog/tricera
or (using pnpm 10.8 or older)
pnpm dlx jsr add @cluinog/tricera

Import symbol

import * as tricera from "@cluinog/tricera";

Add Package

yarn add jsr:@cluinog/tricera
or (using Yarn 4.8 or older)
yarn dlx jsr add @cluinog/tricera

Import symbol

import * as tricera from "@cluinog/tricera";

Add Package

npx jsr add @cluinog/tricera

Import symbol

import * as tricera from "@cluinog/tricera";

Add Package

bunx jsr add @cluinog/tricera

Import symbol

import * as tricera from "@cluinog/tricera";