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

https://github.com/reimertz/push

🚀 deploy static content anonymously with ease
https://github.com/reimertz/push

Last synced: 2 months ago
JSON representation

🚀 deploy static content anonymously with ease

Awesome Lists containing this project

README

        



Yarn


Deploy static content easily, freely and anonymously.



Build Status


NPM version


Join gitter channel

---

`push index.html` will inline all assets and online dependencies of 'index.html', deploy it anonymously on GitHub and finally generate a short URL. Pretty neat!

## Install push

#### yarn
```
yarn global add push
```

#### npm
```
npm install push -g --production
```

## Usage

### Push a file
```
push index.html
> http://push.hook.io?c=
```

## Want to help?
- more functionality
- per extension solution
- tests
- gh page

## Credits

Thanks to [Jackson Tian](https://github.com/JacksonTian) for donating the npm package name.