Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はdocpadを初めて使用し、docpadの特定のフォルダー内のファイルへのリンクのツリーを再帰的に作成する方法を知りたいです
ありがとう
getFilesAtPathテンプレート ヘルパーを使用できます。ecoを使用すると、次のようになります。
getFilesAtPath
<% for file in @getFilesAtPath('blah').toJSON(): %> <a href="<%= file.url %>"><%= file.name %></a> <% end %>