Twitter summary card generator with article title. from html/css.
Only clone this repository and use this script.
- Prepare template.html.erb
- Execute the command below.
$ bundle exec ruby main.rb -l "hoge fuge hoga"
command | short | description |
---|---|---|
--width | -w | Specify image width |
--height | -h | Specify image height |
--label | -l | Specify embed title label |
--out | -o | Specify output path |
--template | -t | Specify template erb file path |