novdom dev tools
This is a fork of the lustre-dev-tools so most of the tooling is the same.
Adapted to work with the novdom.
Features added
-
Added
init
command to create the inital project structure. \- Adding relevant js packages needed by novdom using
bun
. -❌ Adding Typescript support for the project. - Adding TailwindCSS support for the project.
- Adding relevant js packages needed by novdom using
-
Changed the
build
command a bit. -❌ Addedtsc
to compile the typescript files.- Added
--prod
flag to minify the output and move it to thedist
folder (can be changed by--outdir={new/dir}
). - When building for development, the output will be in the
build
folder (can be changed by--outdir={new/dir}
). –> Is there a way to not bundle into one file using esbuild?
- Added