@nexssp/cli
v2.5.122
Published
Nexss PROGRAMMER - Over 50 programming languages together..
Downloads
92
Maintainers
Readme
NEXSS PROGRAMMER 2.5.x
News
New Nexss Programmer 3.0+ in C
From the version of 3.0, main engine of the Nexss Programmer will be written in C.
Android
Nexss Programmer now supports Android platforms (Experimental).
Wasm
Nexss Programmer now supports Wasm files.
NOTE: WIP: compile and execute each supported programming language as Wasm+Wasi and many more wasm related features..
Node.js and TypeScript - new runtime - Deno
Deno is "A modern runtime for JavaScript and TypeScript.".
# Node.js
nexss js default compiler deno # set your default runtime to deno
nexss js default compiler unset # to reset to default
# TypeScript
nexss ts default compiler deno # set your default runtime to deno
nexss ts default compiler unset # to reset to default
or set compiler per file individually. Works for every implemented language.
// nexss-compiler: deno
console.log(`Hello from Deno! ${Deno.version.deno}`)
and run with nexss myfile.js
or nexss myfile.ts
New language - Solidity
Nexss Programmer 2.5.101 Supports Solidity - Solidity is an object-oriented, high-level language for implementing smart contracts.
More info about languages
New readme
functionality. You can now read more info from the README.md file from selected language eg.
nexss [ext] readme # eg:
nexss rs readme # for Rust
nexss sol readme # for Solidity etc. etc.
nexss rs help # for more info like creator, year etc..
nexss js help # ...
Support for Kali Linux
Despite implementation of all languages has not been tested on Kali Linux, Nexss Programmer itself is already supported. For any issues please make a new item in the https://github.com/nexssp/cli/issues
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
.
Note: Clipboard/Save functionality was only tested on the Windows OS.
Nexss Speak
Nexss Programmer version 2.5.78+ can SPEAK!
Here is a very basic example written in the nexss which speaking to you the website's title.
Please keep in mind that in the Nexss Programmer you can use over 50 programming languages together and make solutions. For example you can make some statistics in R, Python or any language and you can speak periodically without any distructions of your work. Unlimited possibilities..
And the most important: we would like to THANK YOU FOR YOUR SUPPORT! Have a wonderful day!
nexss Speak Welcome to the Nexss Programmer.
From now @nexssp/cli -> nexss!
NEW (2.5.78+): Now you can just run npx nexss
You can also use Nexss Programmer as separate tools and as a full cli tool: @nexssp/cli
Latest news
Next versions (soon)
- New file type: .vue - you will be able to serve your vue files and start your development quickly by command:
nexss myapp.vue --serve
- Separate, secure server package
New functionalities
Nexss Programmer has been tested on Windows 11. If you will notice any issues please create new issue.
Display help about any language with nexss [ext] help
nexss py help # diplays more info about available commands / per language
Now you can create new different types of projects with hot reloading easy:
- Vue3
- Vue2
- React17
- Preact
nexss p vue2 myvue2-project # creates new vue2 project with hotreloading.
nexss p vue2 myvue2-project --install # -- install all needed libs
nexss p react17 react17-project # creates new react17 project with hotreloading.
# the same --install cen be used here.
Cli tools and libraries
- @nexssp/cli - nexss programmer - all tools, languages together
- @nexssp/command - easy terminal commands
- @nexssp/config - config system yml, json
- @nexssp/file - file templates with over 50 programming language
- @nexssp/ensure - ensure mulitple os packages installed
- @nexssp/cache - caching library
- @nexssp/language - install programming environments, manage packages for each language
- @nexssp/min - minimizing library
- @nexssp/os - multiple os library
- @nexssp/package - managing Nexss Programmer packages (git repositories)
- @nexssp/process - managing process library (will be added in future versions - it is available up to 2.4.x as nexss programmer feature)
- @nexssp/project - managing Nexss Programmer projects, create new
- @nexssp/test - testing library
Libraries
- @nexssp/ansi - colors, cursor
- @nexssp/const - constants in JS/NodeJS
- @nexssp/data - data validate, test
- @nexssp/dddebug - debugging functions
- @nexssp/expression-parser - variable template system
- @nexssp/extend - extend standard functions of JavaScript/NodeJS
- @nexssp/logdebug - logging, debugging script
- @nexssp/packunpack - pack/unpack library with .gitignore
- @nexssp/plugin- plugin system
- @nexssp/stack - pretty error stack
- @nexssp/system - run system commands
✅ npm i @nexssp/cli -g # Or npx @nexssp/cli
nexss help
Welcome to ____
|.. | | ``.. ..'' ..'''' ..''''
| ``.. | |______ ``..'' .'' .''
| ``.. | | ..'`.. ..' ..'
| ``| |___________ ..'' ``.. ....'' ....''
Programmer
NOTE: If there is anything which doesn't work please create new issue and it will be solved immediately as we have a lot of emails and email issues can be delayed..Thank you! 💗
✅ Nexss Programmer functionalities
✔ Easy programming for multiplatform in over 50 programming languages,
✔ Windows 10 and 11, Linux: tested on: Alpine, Amazon, Arch, CentOS, Debian, Fedora, FreeBSD, Gentoo,Mint, Oracle, Rhel, Suse Leap, Suse TumbleWeed, Ubuntu and MacOS (experimental),
✔ NodeJS versions: 12+ => 12.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x
✔ Over 50 programming languages: Ada, Auto Hot Key, Autoit, Bash, Basic, Batch, C, Clojure, Coconut, Coffee Script, C++, Crystal, CSharp, D, Dart, Elixir, Erlang, Fortran, Go, Groovy, Haskell, Haxe, Hy, Java, JSON, Julia, Kotlin, LiveScript, Lua, Nexss, Nim, NodeJS, Octave, Perl, PHP, PowerShell, Pure Data, Python 2 & 3, R, Racket, Raku, Ruby, Rust, Scala, TCL/TK, Typescript, V, VBScript, Windows Scripting Host, Zig
🔥 Nexss Programmer is not only a cli tool 🔧 which helps to:
✅ Easy and intuitively install programming environments
Example:
nexss r install
ORnexss py install
ORnexss php install
OR ..nexss [language file extension] install
NEW: easy shortcuts:
nexss py d
(creates file with default template),nexss py h
(with helloWorld template),nexss py e
(and empty file - if exists in the templates - !empty.[extension]) (2.4.8+)
✅ Compile, compose over 50 programming languages
if there is no compiler installed, nexss programmer will install it automatically.
nexss program.r
nexss program.[any extension]
npx @nexssp/cli program.r
# without installing nexssnexss file add my.rs --edit
# Will open list of templates to select from for particular language, install editor (if not exists) and open file for editing.
✅ Run any programming language in seconds (eg. Google Colab Notebook)
!npm i -g @nexssp/cli
!nexss f a my.r --helloWorld # Add template
!nexss my.r # run program
# {"HelloFromR":"4.0.5","nexss":"2.2.35"}
!nexss Id # run Id package
# {"nxsOut":"cknvpfni00000blqefsh37hwa","nexss":"2.2.35"}
!nexss f a my.cpp --helloWorld # Add template
!nexss my.cpp
# {"outputCPP":"Hello from C++ 17!","nexss":"2.2.35"}
✅ And much, much more
- Checkout our blog on nexss.com
- Documentation on nexss programmer wiki
🔄NOTE: Upgrade to the latest versions
npm upgrade -g @nexssp/cli
# upgrade nexss programmernexss l u
# the same asnexss langauge update
// Updating all installed language definitionsnexss pkg u
# the same asnexss package update
// Updating all installed Nexss Programmer Packagesnexss cache rebuild
# rebuilding cache // handy when developing new language configurations (now is over 50)
Nexss Programmer Presentation (Youtube video):
Functions
- --nxsI - interactive mode. When you need input from the user, use this flag.
Example commands
Note: nxsOut is a default output/variable/field from a package, or function if use with Nexss Programmer project. You can change it by --nxsOut
Installation
npm i @nexssp/cli -g # install nexss programmer globally. Run everywere
npm init && npm i @nexssp/[email protected] # install per project
Helper Functions
nexss -help # displays all available helper functions
nexss -env # displays environment info: versions, paths, package managers etc. (nexssp-os env)
Create new files from templates
# Below we use package Id which generates unique Id (shorcuts)
nexss py h # it will create new helloWorld template for python
nexss js d # new default template for NodeJS
nexss v e # new empty template for Vlang
nexss file add my.r # it will show new templ
nexss file add my.r help # displays help for function
nexss Id help # displays help for package (Id is a Nexss Programmer's package)
Compile programs / Installing programming environments
npx nexss program.r # without installing, just compile and run program
nexss helloWorld.py # it will compile program (if compiler does not exist, it will be installed)
nexss php run "print('x');" # 2.2.37+
nexss file add my.rs --edit # Will open list of templates for particular language, install editor (if not exists) and open file for editing.
Packages
Global packages
Nexss Programmer has custom packages, written to show the possibilities of it. For example below there is a global package Id
. To run it nexss Id
. To see help nexss Id help
. Every package in the nexss programmer is just a Nexss Programmer Project. You can add your own packages to global folder. Use nexss -env
to see packages folder.
nexss Id # Generates Id in the nxsOut
nexss Id --nxsAs="X" # if nxsAs it will be saved as
nexss Id --nxsAs="X" --server # it will start a server
nexss Id --nxsField # nxsField can be used for select data from some field.
# Above nxsField is the same as nxsField=nxsOut
nexss https://nexss.com --nxsField --server # As nexss [url] reads url, with --server it will serve the url on 127.0.0.1:9369
Custom Packages
You can also run commands/packages/projects as absolute urls eg.
nexss /my/absolute/url --param=1
Nexss Programmer - How it works?
Stage 1
At first Nexss Programmer checks if the first argument passed is folder or file (program. eg myprogram.py).
Folder
If it is a folder it will check if there is a _nexss.yml file inside, which is basically a config for Nexss Programmer package. If it is there then it will run this package. As you will find out more Nexss Programmer package can contain many programming languages solutions.
File
If it is a file (other then .nexss) it will go and generate file definition (1 in this case). You can see what is beeing generated by adding --nxsDryFiles
nexss my.nexss --nxsDryFiles # Will show files collected (which will be run) in order with all the parameters
{
"name": "^^dir",
"input": [
{
"name": "file",
"validate": [
{
"type": "required"
}
]
}
],
"specialArgs": [],
"lineNumber": 9,
"path": "/root/.nexss/packages/@dev/!Exec",
"filename": "/root/.nexss/packages/@dev/!Exec/my.nexss"
}
nexss.my.nexss --nxsDry # will show the streams which are generated, with compilers, builders
✅ WIP - Add more here later..
NOTE
Nexss Programmer apart from being innovative technology, uses great libraries and technologies. Please consider also support them.
For some of the languages compiler installations for Windows we use great Scoop from Luke Sampson. Please also consider support him.
Thank you.
More here: Nexss.com
Job Openings
Guys, we are looking for people who are willing to join our team. Please see latest job openings: https://nexss.com/nexss-career.html
Please consider supporting our work
If you really like Nexss.com and our work, including Nexss Programmer, the sources of it please consider support us. You can either use Ethereum, PayPal or Github sponsorship for donations. Thank you!
Ethereum: 0xBFdA63dF06Fab2ddC08099257e4a419f8eecd991.
Through PayPal
Become a sponsor with Github
Note for Windows 10 and 11 Python users
On Windows OS there are default files python.exe and python3.exe and they pointing to the shop which causing that is hard to install Python from other sources and issue appeared for many users. If you wish to use different Python distributions eg. provided by the Nexss Programmer please run below command. NOTE: you may want to make a backup to your files before deleting them entirely.
# It will delete python.exe and python3.exe which point to the shop.
Remove-Item $env:USERPROFILE\AppData\Local\Microsoft\WindowsApps\python*.exe
You may need to install Python manually if any other issues appear and then use Nexss Programmer. It will recognize any installed python and you should be able to use the Nexss Programmer without any issues.