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...
Add Package
deno add jsr:@cluinog/tricera
Import symbol
import * as tricera from "@cluinog/tricera";
Import directly with a jsr specifier
import * as tricera from "jsr:@cluinog/tricera";
Add Package
pnpm i jsr:@cluinog/tricera
pnpm dlx jsr add @cluinog/tricera
Import symbol
import * as tricera from "@cluinog/tricera";
Add Package
yarn add jsr:@cluinog/tricera
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";