Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jexpe-apps/jexpe
Jexpe is a cross-platform, open source SSH and SFTP client that makes connecting to your remote servers easy.
https://github.com/jexpe-apps/jexpe
Last synced: 3 months ago
JSON representation
Jexpe is a cross-platform, open source SSH and SFTP client that makes connecting to your remote servers easy.
- Host: GitHub
- URL: https://github.com/jexpe-apps/jexpe
- Owner: jexpe-apps
- License: apache-2.0
- Created: 2022-11-17T13:21:21.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-30T15:36:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-27T15:33:34.974Z (6 months ago)
- Language: TypeScript
- Homepage: https://discord.com/invite/cfHmUnPDtM
- Size: 1.42 MB
- Stars: 44
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Roadmap: .github/ROADMAP.md
Awesome Lists containing this project
- awesome-tauri - Jexpe - Cross-platform, open source SSH and SFTP client that makes connecting to your remote servers easy. (Applications / Networking)
README
Jexpe is a cross-platform, open source SSH and SFTP client that makes connecting to your remote servers easy.
## Getting Started
Our stack is based on [Tauri](https://tauri.app/v1/guides/getting-started/prerequisites) and [NextJS](https://nextjs.org/docs/getting-started) please follow following their installation steps before continuing. We use [Yarn](https://yarnpkg.com/getting-started/install) as package manager, so follow his installation steps too.
```console
# Install all the dependencies listed within package.json
yarn install# To be sure of using basic linting and formatting rules, subscribe to git-hooks
yarn prepare# You are ready to start the development environment
yarn tauri dev
```## Roadmap
See [ROADMAP.md](./.github/ROADMAP.md) for more information.
## Contributing
See [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for more information.
## Community
Join our [Jexpe Discord](https://discord.com/invite/cfHmUnPDtM), and be part of our community! Ask questions, voice ideas, and share your projects.
Our [Code of Conduct](https://github.com/jexpe-apps/jexpe/blob/main/.github/CODE_OF_CONDUCT.md) applies to all Jexpe community channels.
## Security
If you believe you have found a security vulnerability in Jexpe, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email [[email protected]](mailto:[email protected]) to disclose any security vulnerabilities.