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-project
Go to the project directory
cd my-project
Install dependencies
npm install
<<<<<<< Updated upstream
Start the server
npm run start
Install the required dependencies:
npm install
Intall the script globally
sudo npm i -g
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>
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