2.5.70
- New functionality. Create new project types (vue3) with hot reloading.
nexss p vue3 myproject-vue3
nexss p vue3 myproject-vue3 --install
option --install installs all necessary packages.
Convert to Webp
# many ways of using Nexss Programmer
nexss Convert/ToWebP file1.png file2.jpg
nexss Convert/ToWebP/Images # Convert all images in the current folder
nexss FS/Files . | nexss Convert/ToWebP
nexss FS/Files . --nxsExecute=\'nexss Convert/ToWebP --quiet\' --nxsField=nxsExecuteOutput
- bug fixes (issue with folders on nested .nexss files)