-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
0.9.0: developer docs #88
Comments
I'm trying to user verb today and, despite being quite the tooling fan, am struggling to know how to use it. Before a major docs rewrite, would it be possible to have an exhaustive README.md with almost every type of feature leveraged? So far, I've seen things like But it's mostly doing excavations in other's repos vs. just following a visible, working example. TBH, I just want to run Sorry if this comes off the wrong way. I'm excited about this project, but I think I caught it a bit ahead of it being ready for me :) |
sorry about that! this will be resolved very soon, but in the meantime if it's any consolation I would be happy to give you a personal walkthrough. you would get a chance to decide if verb is something you want to use, and I would get honest feedback. it's up to you, but I'd be happy to do it
no, this is good honest feedback, thank you. In case it helps, with 0.9.0 we finally have a locked down API and we know what verb will do going forward. We have API, CLI and user docs on the way. Before v0.9.0, verb had several major (necessary) refactors. I didn't want to write extensive docs before the API was completely baked - I wanted to spend that time fixing verb to be the documentation system I've always wanted. Despite all of those changes, verb plays a big role in my personal productivity, and now that the API is crystallized we can finally start showing other devs how to use verb to do the same. |
lol I just saw this comment. It's one |
Heh, I was glad you caught that ;) Anyway, yes, I'd <3 to have a better understanding of how to use it. This would probably help me the best:
The project makes sense, but I don't think I have a need to do anything outside of the built-in helpers (yet). I'm just struggling to piece together all the different sources to know what all can I do out of the box? (I'm about to open-source ~6 new projects, so I was hoping to copy/paste |
(CHANGELOG is a bit bare ATM) |
It's not published yet |
Would you like help with some of the documentation? I am learning to do REST API docs and I would love to help if I can. |
We'd love some help! We would be willing to teach you the API and walk through the code if that helps. (as a side note, we're getting ready to push up some major changes to verb - mostly to simplify the code, cut down on deps, and improve performance, but the API won't change much) |
I was trying to install and use Verb using README.md in order to document it better. Here are some questions I have. Keep in mind I am a novice, but some other users might be as well.
I was not sure what this meant. I made a copy of a blank readme file (from this), named it .verb.md, and put it in another project folder I have.
This looks like something that should be put in a website's javascript. Where would I put this line?
|
I am already working on the readme file, trying to answer the questions addressed above. When I get more feedback from my previous questions, I can add more. I cannot get it to work yet myself. I like the examples of what it can do from the projects listed. |
Heya @aredshaw! I can help here, because i have a huge knowledge of everything by Jon and Brian. The thing is that the latest stable Verb release is not what you see in the master branch README. The whole thing is that you need to install it more specifically.
This will install it from github's However. The most common use case of Verb is generating READMEs, but is not limited to that, it's hugely configurable and extendable programmatically. ANd here is where The easiest usage is installing it and then install All the READMEs of 90% of all packages and repos of me, Jon & Brian for the last couple of years are generated by Verb and are real-life examples of what Verb and Verb-Generate-Readme are doing in combination. https://github.com/micromatch/micromatch README is a phenomenal example of how crazy it can go :D @jonschlinkert when v0.9 will finally be published? ;d It really was few years, haha.. How time passed... It's proven that it is working quite well for all of us and can |
I've made some changes to the README.md for the dev branch, but I'm not sure how to push something to a dev branch. I get permission denied when I try. My changes are mostly link fixes, or deleting links where the reference no longer exists. |
@aredshaw the process is usually like this (I'm going to list some
If you didn't make the changes on another branch and just used the I hope this helps. |
It worked! That was super helpful. Thanks. |
These are questions that we should try to answer in the docs: (is there anything you'd like to know? please add your comments below!):
cc @doowb
The text was updated successfully, but these errors were encountered: