/linker

Simple flow to build & publish single-serving pages with an embedded URL preview

Primary LanguageRuby

Usage

  1. bundle install --path vendor/gems
  2. ./bin/cli create demo --title "Testing!" --description "My favorite link" --s3_bucket "www.example.org" --s3_id SAMPLE --s3_key SAMPLE
  3. ./bin/cli add demo --url http://example.org --description "Sample link"
  4. ./bin/cli build demo
  5. ./bin/cli publish demo
  6. open public/demo/index.html

Live example