-
Notifications
You must be signed in to change notification settings - Fork 482
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
can I access docs online? #545
Comments
There's no docs online at the moment, but maybe we should publish the autogenerated API docs to GitHub Pages... |
There's this, but it's not much better than reading the source: https://npmdoc.github.io/node-npmdoc-jscodeshift/build/apidoc.html |
We should migrate docs do docusuarus |
Hey! I'm currently learning the tool to do some migrations at work and it's been quite hard to do things with it. I would like to help with the docs and maybe put some specific examples of how to use the API. Would need some mentoring though with the API from time to time. How can we move forward with this? |
I'm one of the jscodeshift maintainers and even I end up referring back to tutorials if I haven't written a codemod in months. Doing anything with ast-types (a separate project that's the real business end up jscodeshift) is a bear but that is the library you have to learn to make maximal use of jscodeshift. At this, my go-to is starting to be ChatGPT. Most of the code that gets generated has some mistakes, but it largely gets the ast-types constructor calls mostly right. |
Hi @ElonVolo! thanks for replying. That's helpful! I probably need more AI in my life haha Aside from that, I guess you're not interested in building a docs website, am I correct? 🤔 |
@Daniel15 I'll assign this to myself. I'll revamp docs (probably on Mintlify). I'll incrementally move things from wiki, readme, and other relevant resources to the online docs until it's complete. The current docs structure I have in mind is as follows:
Please let me know if you have some suggestions or requests on how the docs should look like. |
Can this be closed since docs were added in #592, and deployed on https://jscodeshift.com/? |
No description provided.
The text was updated successfully, but these errors were encountered: