React plays Readme discussion #55
-
Tapas sir, I was assigned to make readme files for each of the play, so can I use any of the dependencies out there which makes an automatic readme or Do I have to manually make a readme for each play
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
The automation is already in place. We are using PlopJS which automates the file creation for us. You can take a look into the https://github.com/atapas/react-play/blob/main/plopfile.js file's action section to learn how are we creating some of the play files already. Similarly, we need to create a |
Beta Was this translation helpful? Give feedback.
Hey @hasnainmakada-99
The automation is already in place. We are using PlopJS which automates the file creation for us. You can take a look into the https://github.com/atapas/react-play/blob/main/plopfile.js file's action section to learn how are we creating some of the play files already.
Similarly, we need to create a
Readme.md
file under each of the play folders when we create the component for it. The Readme file should have only one Heading with the play name. Let me know if you have questions. Happy to answer.