An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# sshutil

[![npm](http://img.shields.io/badge/available%20on-npm-lightgrey.svg?logo=npm&logoColor=white)](https://www.npmjs.com/package/sshutil)
[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno)](https://deno.land/x/sshutil)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sshutil/mod.ts)
[![Test](https://github.com/fixpoint/deno-sshutil/workflows/Test/badge.svg)](https://github.com/fixpoint/deno-sshutil/actions?query=workflow%3ATest)
[![npm version](https://badge.fury.io/js/sshutil.svg)](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.