1.1.0 • Published 2 years ago
aslit v1.1.0
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/asLITGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startInstallation
Install the required dependencies:
npm installIntall the script globally
sudo npm i -g Usage/Examples
Add a Server Configuration
asLIT addList Server Configurations
asLIT listConnect 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