Skip to content

A bot for the /r/BTechtards Discord server, written in typescript.

Notifications You must be signed in to change notification settings

BTechtards/TCS-Bhediya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This project is currently abandoned, we might start working on it in the future again.

Examples for common monorepo tasks:

Install a dependency in a specific app (or package)

pnpm i foobar -F <app-name>
# pnpm i foobar -F <package-name>

-F stands for filter Dont cd into apps/bot and try to pnpm i there

Install a dependency in the repo root

pnpm i foobar -w

Build the entire repo

pnpm build:all

Generate and apply migrations

pnpm db:migrate

Lint the entire project

pnpm lint

About

A bot for the /r/BTechtards Discord server, written in typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors