Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qbart/dev


https://github.com/qbart/dev

cli go known-hosts random ssh uuid uuid-generator uuid4

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# dev

## utils

```
# generate UUID v4
dev rand uuid4

# generate random bytes encoded with base64
dev rand bytes
dev rand bytes --size 32 (default is 64)

# manage known hosts
dev ssh known-hosts reset
dev ssh known-hosts diff
```

## go

```
# generate empty go app
dev go main > main.go
```