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
initcommand 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
buildcommand a bit. -❌ Addedtscto compile the typescript files.-
Added
--prodflag to minify the output and move it to thedistfolder (can be changed by--outdir={new/dir}). -
When building for development, the output will be in the
buildfolder (can be changed by--outdir={new/dir}). --> Is there a way to not bundle into one file using esbuild?
-
Added