The Wayback Machine - https://web.archive.org/web/20201108150154/https://github.com/impshum/SSTMCSPGAAS
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Dec 29, 2016

readme.md

SSTMCSPGAAS - Stupidly Simple Tiny Minimal Coming Soon Page Generator As A Service

"Create a website!" - My brain on bash.

About

CSPAAS is a coming soon page generator that weighs in at 7kb and produces an html file of 7-8kb complete with simple meta tags, space for title and message, a countdown timer and social media links.

alt text

alt text

What's good about it then?
  • Ridiculously easy to use.
  • Less than a minute average.
  • No jQuery.
  • Blazing fast.
  • HTML5 valid.
  • CSS3 Animations.
  • Doesn't eat the cat.

Requirements

  • Curl
  • A need for a coming soon page

Usage

Simply pop this is your terminal and follow the prompts.

bash <(curl -s -L https://git.io/sstmcspgaas)

Recommended Usage

Just to make it even more stupidly easy we'll create an alias so all you'll have to type is 3 letters to initiate the script. Feel free to edit your alias to your needs or just stick with the mighty "csp".

OSX

sudo nano ~/.bash_profile

Add this to the bottom.

alias csp='bash <(curl -s -L https://git.io/sstmcspgaas)'

And refresh

source ~/.bash_profile

Then run it.

csp

Linux

sudo nano ~/.bashrc

Add this to the bottom.

alias csp='bash <(curl -s -L https://git.io/sstmcspgaas)'

And refresh

source ~/.bashrc

Then run it.

csp

Windows

I'll get round to this. I think it's called doskey, registry edit and a .bat file somewhere. Eugh!

Contributing

Suggestions are more than welcome. Create an issue up top and label it "Feature Request". Or you can get your fork out and dig in.


BTC - 1AYSiE7mhR9XshtS4mU2rRoAGxN8wSo4tK

You can’t perform that action at this time.