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
- Host: GitHub
- URL: https://github.com/reimertz/push
- Owner: reimertz
- Created: 2016-10-20T14:31:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T11:32:45.000Z (over 8 years ago)
- Last Synced: 2025-03-15T01:47:14.703Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 201 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deploy static content easily, freely and anonymously.---
`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.