Skip to content

kamaleshsk123/Command-Line-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stratX

A command-line interface (CLI) for managing devices, complemented by a web interface.

Tech Stack

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 npm package. It uses express for the web server.
  • HTML: The web interface is built with standard HTML.

Installation

From Local Source

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 -g

This 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.

From NPM Registry (if published)

If this package has been published to the NPM registry, you can install it with a single command:

npm i -g stratx650

Usage

Once installed, you can run the CLI by simply typing:

stratX650

About

This project contains a Device Engine (a web application) and stratX (a Rust-based CLI tool), likely for managing and interacting with devices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors