Skip to content

2.5.70

Compare
Choose a tag to compare
@nexssp nexssp released this 16 Nov 19:06
· 144 commits to master since this release
  • 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)