8
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

htmlからslimに変換するコマンド

Posted at

はじめに

htmlからまとめてslimに変更しようとするコマンドはけっこう簡単
忘れないようにここに書いておく

前提条件

Ruby2.2.0
html2slim 0.2.0

html2slimのインストール

gem install html2slim

htmlからslimへ変換

実行する対象のディレクトリに移動して
下記のスニペットをファイルにしてrubyで実行すると再帰的に、ディレクトリ構成もそのまま変換してくれる

html2slim in_dir out_dir

P.S.
erb2slimというのもあるので、便利(ただしプロダクションで試していないのでちゃんと変換してくれるのだろうか心配)

8
9
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?