aslit
v1.1.0
Published
A CLI tool to connect to your servers via SSH
Downloads
2
Maintainers
Readme
asLIT - asbru made lit af 🔥 !
A CLI tool to connect to your servers via SSH.
Demo
Features
- Add new server configurations interactively.
- List all saved server configurations.
- Connect to servers using SSH.
Run Locally
Clone the project
git clone https://github.com/animeshd9/asLIT
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
Installation
Install the required dependencies:
npm install
Intall the script globally
sudo npm i -g
Usage/Examples
Add a Server Configuration
asLIT add
List Server Configurations
asLIT list
Connect to a Server
aslit connect <server-name> or <id>
Delete server
aslit delete <id>
Configuration
The server configurations are stored in a config.json file.
Contributing
Contributions are always welcome! If you encounter any issues or have suggestions for improvements, please create an issue or submit a pull request