| Crates.io | gen_docs_template |
| lib.rs | gen_docs_template |
| version | 1.0.0 |
| created_at | 2024-11-09 01:41:51.34682+00 |
| updated_at | 2024-12-05 00:39:19.724598+00 |
| description | This CLI automatically creates templates of comment text required when generating docs.rs.(docs.rsの生成時に必要なコメント文のテンプレートを自動作成するCLIです。) |
| homepage | |
| repository | https://github.com/sotanengel/gen_docs_template |
| max_upload_size | |
| id | 1441760 |
| size | 303,417 |
This CLI automatically creates templates of comment text required when generating docs.rs!!(docs.rs の生成時に必要なコメント文のテンプレートを自動作成する CLI です!!)
Run the following command:
cargo install gen_docs_template
It generates docs.rs template comments for all files in src.
gen_docs_template
| Before | After |
|---|---|
![]() |
![]() |
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 |