Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sintaxi/surge
CLI for the surge.sh CDN
https://github.com/sintaxi/surge
Last synced: 1 day ago
JSON representation
CLI for the surge.sh CDN
- Host: GitHub
- URL: https://github.com/sintaxi/surge
- Owner: sintaxi
- Created: 2014-07-26T09:30:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T08:53:51.000Z (3 months ago)
- Last Synced: 2024-12-03T05:37:38.582Z (10 days ago)
- Language: JavaScript
- Homepage: https://surge.sh
- Size: 724 KB
- Stars: 2,885
- Watchers: 33
- Forks: 138
- Open Issues: 200
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sintaxi/surge - CLI for the surge.sh CDN (JavaScript)
- awesome-starred - sintaxi/surge - CLI for the surge.sh CDN (others)
README
surge
- static web publishing### Introduction
With over 12 Million deployments available accross 8 regions globally surge is one of the preferred tools for publishing static content to the web. Surge's generous free plan of unlimited custom domains and unlimited deployments makes it a valuable tool for both staging and production builds.
![surge-help](https://github.com/user-attachments/assets/5b3e7e92-008e-48b6-9c61-dc4cbf1bf22c)
### Install
npm install -g surge
### Publish
surge . hello.surge.sh
![surge-publish-output](https://github.com/user-attachments/assets/9ef28a0b-9491-4994-8800-8ea8f97975d8)
Your site is now live in `8` regions globally! View it at `https://hello.surge.sh`...
![surge-publish-results](https://github.com/user-attachments/assets/9bf53934-de53-4307-98b3-b90ab07c167e)