TODOs
Opened this issue · 0 comments
CryogenicPlanet commented
Wanted to move the TODOs from the Readme to an issue
All template requests can go here CryogenicPlanet/tsdev-templates#1
Some of these might happen sooner than others. If you want something to be prioritized make an issue
- [] Monorepo support, automatically bootstrap monorepos
- [] Support for
publishConfig
beyond justpnpm
. This is super useful for typescript packages in monorepos - [] Add basic CI setup for github actions (with all three package managers)
- Add defaults for publishing normal non-react packages
- [] Allow overwriting or extending eslint configs
- [] Add
graphql
template using tsgql. This will begraphql
without having to write anygraphql
code at all, just typescript. - [] Add
prisma
batteries - [] Add support for all nextjs examples from https://github.com/vercel/next.js/tree/canary/examples
-
tsdev filename
Automatically run any.ts
or.tsx
file with zero config- The
.ts
part of this is easy, it is basically whattsdev dev filename
is - The
.tsx
part is a bit more complicated, and will require making a custom version ofvite
that just runs file without a config file or a.html
file or having to usereact-dom
yourself
- The
- [] Make
vite
default template use filesystem routing - [] Clone
bun run
feature to allow really fastnpm run commands
- [] Add support for bun once it becomes more stable