Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/teak/pussh

The cross platform, multi-functional screenshot utility
https://github.com/teak/pussh

cross-platform electron uploader

Last synced: about 6 hours ago
JSON representation

The cross platform, multi-functional screenshot utility

Awesome Lists containing this project

README

        

puSSH
=====

The cross platform, multi-functional screenshot utility. http://pussh.me/

Deps:

* node@16
* npm@8

Local Dev Windows Only:

```
npm install --global --production windows-build-tools
```

Local Dev:

```
npm install
npm start
```

Dist:

```
npm run dist:mac
npm run dist:win64
```

That was easy.