nebrelbug / npm-to-yarn

Convert npm CLI commands to yarn, and vice versa
https://nebrelbug.github.io/npm-to-yarn/test.html
MIT License
34 stars 9 forks source link

chore(docs): add setup guide #54

Closed Jay-Karia closed 1 month ago

Jay-Karia commented 1 month ago

This PR adds setup guide for local development and instructions for how to test new changes made during development.

Closes #52

nebrelbug commented 1 month ago

I'm not completely convinced that this is necessary, I think people could probably figure this out on their own.

Jay-Karia commented 1 month ago

It was a bit difficult for me to figure out how to test new changes made in the code, for that I had to go through Rollup docs. So I thought adding a section might help others.

This could improve DX

If you are fine without it, I am ready to close this

nebrelbug commented 1 month ago

@Jay-Karia actually as I think about it, this might be helpful. Could you just rename the section to "Contributing to npm-to-yarn - Setup Guide" or something like that to clarify that it's for development of npm-to-yarn, not using npm-to-yarn?

Jay-Karia commented 1 month ago

@nebrelbug, Implemented changes

nebrelbug commented 1 month ago

@Jay-Karia sweet, merging now