https://github.com/fixpoint/deno-sshutil
🧰 SSH utilities
https://github.com/fixpoint/deno-sshutil
deno node ssh utlities
Last synced: about 2 months ago
JSON representation
🧰 SSH utilities
- Host: GitHub
- URL: https://github.com/fixpoint/deno-sshutil
- Owner: fixpoint
- License: mit
- Created: 2022-03-07T13:59:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T00:04:31.000Z (about 2 years ago)
- Last Synced: 2025-10-02T02:57:01.523Z (9 months ago)
- Topics: deno, node, ssh, utlities
- Language: TypeScript
- Homepage: https://deno.land/x/sshutil
- Size: 10.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sshutil
[](https://www.npmjs.com/package/sshutil)
[](https://deno.land/x/sshutil)
[](https://doc.deno.land/https/deno.land/x/sshutil/mod.ts)
[](https://github.com/fixpoint/deno-sshutil/actions?query=workflow%3ATest)
[](https://badge.fury.io/js/sshutil)
**UNDER DEVELOPMENT**
## Development
Lint code like:
```text
make lint
```
Format code like
```text
make fmt
```
Check types like
```text
make type-check
```
Run tests like:
```text
make test
```
## License
The code follows MIT license written in [LICENSE](./LICENSE). Contributors need
to agree that any modifications sent in this repository follow the license.