Skip to content

🛹 An attempt to get the "gnarlier lorem ipsum generator" back. And ... to experiment with any release and deployment method for a Go application on the planet

License

Notifications You must be signed in to change notification settings

madflow/skate-ipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skate Ipsum

😱

curl -I http:https://skateipsum.com/
HTTP/1.1 404 Not Found

An attempt to get the "gnarlier lorem ipsum generator" back. And ... to experiment with any release and deployment method for a Go application on the planet.

Using the CLI

A gnarlier ipsum generator

Usage:
skate-ipsum [flags]
skate-ipsum [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
server Start a skate ipsum api server

Flags:
-h, --help help for skate-ipsum
-l, --lead lead with dolor sit amet
-p, --paragraphs int number of paragraphs (default 10)
-w, --width int print width (default 120)

Use "skate-ipsum [command] --help" for more information about a command.

Install the CLI

Binaries and Packages

Go install

  • You can install Go and build from source (requires Go 1.17+):
go install github.com/madflow/skate-ipsum@latest

Run the CLI using Docker

docker run -it --rm ghcr.io/madflow/skate-ipsum:latest

Linux

Arch Linux

Install with yay or your AUR tool of choice.

yay -S skate-ipsum-bin

MacOS

Homebrew

brew install madflow/skate-ipsum/skate-ipsum

Windows

Scoop

scoop bucket add madflow_scoop-bucket https://github.com/madflow/scoop-bucket
scoop install madflow_scoop-bucket/skate-ipsum

Deploy the ipsum server

Deploy via Docker

docker run -it --rm -p 6969:6969 ghcr.io/madflow/skate-ipsum:latest server

Serverless Function on Netlify

Deploy to Render

Edge Computing

Skate Ipsum is made possible by all these gnarly Rippers

madflow
Null
bartrail
Conrad Barthelmes

About

🛹 An attempt to get the "gnarlier lorem ipsum generator" back. And ... to experiment with any release and deployment method for a Go application on the planet

Resources

License

Stars

Watchers

Forks

Packages

No packages published