-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust CLI book #45
Comments
Let's use this issue to discuss the general idea and propose possible content. I'll open more issues to track actual action items for this. |
|
I think it would really nice to have a section that focuses on currently working on and currently needs help with. I definitely want to help (even if it is with documentation), but I find it really hard to track things and feel like we are really spread out. |
@epage yes, if we go ahead with this I see both #27 and #39 as issues where the result should be "has docs/a section on the website". @deg4uss3r are you talking about a section on the website that lists things you can help out with -- or "help needed" issues here that are about help we need with content for the website? |
In general, any books that the WGs produce, I'd like to put on the
bookshelf and distribute with Rust. So if you all want to do one of those,
that'd be great...
|
Why not both? 😁 However, originally I was talking about a section on the website for things the working group is working on or unassigned/mentored work to do. We could pull these from issues, but having a central place would be great since I feel like the working group work is spread pretty far. Aww @steveklabnik does that mean we need to come in on Saturday? |
FYI I might be inclined to make a mdbook theme for the cli site if we choose to use mdbook. (Best case scenario, other WGs could use it too because it's so awesome, worst case scenario people hate it, average case nobody cares.) |
I kind of like the idea of starting with an mdbook. Feel it would fit nicely with the other WGs: |
@tvannahl in https://github.com/rust-lang-nursery/cli-wg/issues/46#issuecomment-408386068 (pasting here for visibilty):
|
We now have a "Command Line Application in Rust" (CLAIR) book! https://rust-lang-nursery.github.io/cli-wg/ Its TOC is currently as follows:
This is only meant as an initial draft, and all of the "In-depth topics" chapters are empty. If you see a chapter you want to work on, comment here, and please submit PRs to fill them with notes, ideas, links, and drafts! If you feel like we are missing chapters or are unclear what the chapters should be about, comment here, and maybe also submit a PR to add clarifications or content! |
Since we are not just creating libraries but also collecting and curating knowledge around writing CLI crates, we need a good place to document this. I propose we create a web site that is hosted as part of this repo.
For this, we added a mdBook to this repository whose rendered version you can find here: https://rust-lang-nursery.github.io/cli-wg/
Content
Prior art:
Alternatives/additions
Content team
Who is responsible for (maintaining) the content?
The text was updated successfully, but these errors were encountered: