A CLI tool to connect to your servers via SSH.
- Add new server configurations interactively.
- List all saved server configurations.
- Connect to servers using SSH.
Clone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm install<<<<<<< Updated upstream
Start the server
npm run startInstall the required dependencies:
npm installIntall the script globally
sudo npm i -g Add a Server Configuration
asLIT addList Server Configurations
asLIT listConnect to a Server
aslit connect <server-name> or <id>Delete server
aslit delete <id>The server configurations are stored in a config.json file.
Contributions are always welcome! If you encounter any issues or have suggestions for improvements, please create an issue or submit a pull request
