smashing のみを実行するとヘルプが出る。 $ smashing Commands: # Creates a new widget, dashboard, or job. smashing generate (widget/dashboard/job) NAME # Describe available commands or one specific command smashing help [COMMAND] # Installs a new widget from a gist (skip overwrite). smashing install GIST_ID [--skip] # Runs the specified job. Make sure to supply your auth token if you have one set. smashing job JOB_NAME AUTH_TOKEN(optional) # Sets up ALL THE THINGS needed for your dashboard project. smashing new PROJECT_NAME # Starts the server in style! smashing start # Stops the thin server smashing stop smashing install GIST_ID とあるが、この GIST_ID を GitHub Gist https://gist.github.com/ で調べて実行するとネットからダウンロードしてインストールしてくれる。 ●RSS feedのインストール RSSを表示する Wedgit が欲しかったので RSS feed https://gist.github.com/bsag/5894847 を次のコマンドでダウンロードした。 $ smashing install 5894847 ※ このコマンドはプロジェクトのルードディレクトリで実行する。 RSS feed のページにインストール手順が書...