obnoxious-log is my starter/boilerplate for typescript projects.
This template assumes you are using Linux, or the included Dev Container.
- TypeScript ready!
# pnpm
pnpm install obnoxious-log
// ESM
import obnoxiousLog from 'obnoxious-log'
// Browser
const obnoxiousLog = (await import('https://esm.sh/obnoxious-log')).default
- Setting up Dev Container
- Become the legendary 10000x developer