๐Ÿ“ฆ nrjdalal / tsbun

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/nrjdalal/tsbun.git
HTTPS git clone https://github.com/nrjdalal/tsbun.git
SSH git clone git@github.com:nrjdalal/tsbun.git
CLI gh repo clone nrjdalal/tsbun
Neeraj Dalal Neeraj Dalal chore: separate utils 04499d1 1 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ bin
๐Ÿ“ types
๐Ÿ“„ .gitignore
๐Ÿ“„ bun.lock
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsbun.config.ts
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

Clone this template

npx gitpick@latest nrjdalal/tsbun

If you wish to run a server

npm i -D concurrently nodemon
npx fx '({
  ...this,
  scripts: {
    ...this.scripts,
    "dev": "tsdown && concurrently \"tsdown --watch\" \"nodemon dist/index.mjs\""
  }
})' package.json >package.tmp.json && mv package.tmp.json package.json