Now you can also use nexss programmer as separate tools.. and as a full cli tool: @nexssp/cli
Guys, we are looking for people who are willing to join our team. Please see latest job openings: https://nexss.com/nexss-career.html
Now you can create new different types of projects with hot reloading easy:
- Vue2
- React17
more soon.
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.- @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
- @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 ____
|.. | | ``.. ..'' ..'''' ..''''
| ``.. | |______ ``..'' .'' .''
| ``.. | | ..'`.. ..' ..'
| ``| |___________ ..'' ``.. ....'' ....''
ProgrammerNOTE: 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! 💗
Overview | List of Languages | Installation | Documentation | Tutorials | Blog
✔ Easy programming for multiplatform in over 50 programming languages,
✔ Windows, Linux: tested on: Alpine, Amazon, Arch, CentOS, Debian, Fedora, FreeBSD, Gentoo,Mint, Oracle, Rhel, Suse Leap, Suse TumbleWeed, Ubuntu and soon MacOS,
✔ NodeJS versions: 12+ => 12.x, 14.x, 15.x, 16.x, 17.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 a cli tool 🔧 which helps to:
Example:
-
nexss r installORnexss py installORnexss php installOR .. -
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+)
if there is no compiler installed, nexss programmer will install it automatically.
nexss program.rnexss 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.
!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"}- Checkout our blog on nexss.com
- Documentation on nexss programmer wiki
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):
- --nxsI - interactive mode. When you need input from the user, use this flag.
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
npm i @nexssp/cli -g # install nexss programmer globally. Run everywere
npm init && npm i @nexssp/[email protected] # install per projectnexss -help # displays all available helper functions
nexss -env # displays environment info: versions, paths, package managers etc. (nexssp-os env)# 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)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.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
You can also run commands/packages/projects as absolute urls eg.
nexss /my/absolute/url --param=1At first Nexss Programmer checks if the first argument passed is folder or file (program. eg myprogram.py).
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.
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..
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