A command-line interface (CLI) for managing devices, complemented by a web interface.
This project uses the following technologies:
- Rust: The core CLI application (
stratX) is built with Rust for performance and reliability. - Node.js: A Node.js backend serves the web interface and manages the
npmpackage. It usesexpressfor the web server. - HTML: The web interface is built with standard HTML.
To install the stratX CLI from the local source code, you will need to have Node.js and npm installed. Then, you can install the package globally from the npm_package directory:
cd npm_package
npm install -gThis will install the stratx650 package globally and create a command stratX650 that you can run from anywhere in your terminal. The installation process will also run a script to build the Rust binary for the CLI.
If this package has been published to the NPM registry, you can install it with a single command:
npm i -g stratx650Once installed, you can run the CLI by simply typing:
stratX650