Skip to content

Releases: nexssp/cli

2.5.103

29 May 08:14
Compare
Choose a tag to compare

New runtime implemented:

Deno - A modern runtime for JavaScript and TypeScript.

To change runtimes/compilers

nexss ts default compiler # displays all available runtimes/compilers
nexss ts default compiler deno # to set the Deno compiler
nexss ts default compiler node # to set the Node.js compiler
nexss ts default compiler unset # to reset to defaults (Node.js)

nexss ts default compiler --nocache # use --nocache if you have changed configuration files manually

OR put at the top of your file/program. If will install compiler on 'nexss yourprogram.ts'

// nexss-compiler: deno

console.log(`Hello from Deno! ${Deno.version.deno}`);

Interesting links

2.5.101

25 May 21:17
Compare
Choose a tag to compare
  • New Language: Solidity - Solidity is an object-oriented, high-level language for implementing smart contracts.
  • New Functionality - Now you can display README.md from selected language eg:
nexss [ext] readme
nexss sol readme # example for solidity
nexss rs readme # example for Rust etc etc

Also there is help: like nexss [ext] help. Please use both functions to get more information about languages, configs etc.

2.5.87

07 Dec 13:15
Compare
Choose a tag to compare

Nexss Clipboard/Save

Save clipboard data as text or image ('bmp','gif','ico','jpg','jpeg','png','tif').

Below command will save to file text or images with default filename
nexssp_2021-12-07T10_51_33 of course with the proper date and extension will be genearated:

nexss Clipboard/Save

Another one will check if saved file is an image, if not it will stop and show available extensions:

nexss Clipboard/Save myfilename.png

There is more examples: nexss Clipboard/Save help.

  • -functions cleaned up.

2.5.83

01 Dec 19:23
Compare
Choose a tag to compare
  • Select/Dom packages, more Speak examples.

Nexss Programmer - Speak website content/title

2.5.79 - Nexss Programmer Started Speaking!

30 Nov 18:15
Compare
Choose a tag to compare

From Now Nexss Programmer will tell you about results. All work you do in any language now will be told you...

nexss Speak Welcome to the Nexss Programmer

2.5.78

25 Nov 12:07
Compare
Choose a tag to compare
  • Use Nexss Programmer as package
  • now you can use: npx nexss and not only npx @nexssp/cli

2.5.74

25 Nov 07:31
Compare
Choose a tag to compare
  • Installation now is much faster.
  • cleanups and efficiency improvements.

2.5.70

16 Nov 19:06
Compare
Choose a tag to compare
  • 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)

2.5.62

10 Nov 11:00
Compare
Choose a tag to compare
  • New functionality. Create new project types (preact) with hot reloading.
nexss p preact myproject-preact 
nexss p preact myproject-preact --install

option --install installs all necessary packages.

2.5.58

09 Nov 11:19
Compare
Choose a tag to compare
  • New functionality. Create new project types (vue2, react17) with hot reloading.
nexss p vue2 myproject-vue2
nexss p react17 myproject-react17 --install

option --install installs all necessary packages.