#docs #template #comments #automatic #create #required #generate

app gen_docs_template

This CLI automatically creates templates of comment text required when generating docs.rs.(docs.rsの生成時に必要なコメント文のテンプレートを自動作成するCLIです。)

7 releases (1 stable)

1.0.0 Dec 5, 2024
0.1.0 Dec 4, 2024
0.0.5 Nov 11, 2024

#41 in Template engine

Download history 433/week @ 2024-11-09 18/week @ 2024-11-16 2/week @ 2024-11-23 269/week @ 2024-11-30 52/week @ 2024-12-07 20/week @ 2024-12-14

413 downloads per month

MIT license

285KB
179 lines

gen_docs_template

This CLI automatically creates templates of comment text required when generating docs.rs!!(docs.rs の生成時に必要なコメント文のテンプレートを自動作成する CLI です!!)

How to use

install

Run the following command:

cargo install gen_docs_template

run

It generates docs.rs template comments for all files in src.

gen_docs_template
Before After

Crates.io

Arguments

You can use these arguments.

Arguments description Example
none Generates docs.rs template comments for all files in src. gen_docs_template
-path Generates docs.rs template comments for all files in hoge. gen_docs_template -path hoge
hard Execute comment granting ignoring the history of previous comments. gen_docs_template hard

Dependencies

~2–3MB
~53K SLoC