We're a place where coders share, stay up-to-date and grow their careers.
Yeah, where my concern is, making sure developers do this when they first clone the repo. I will keep looking
If your work on javascript projects, then using github.com/typicode/husky would solve all those problems. npm install hooks up everything for every developer. In JS, you have to run npm install to get started on a project.
npm install
Thank you very much
Yeah, where my concern is, making sure developers do this when they first clone the repo. I will keep looking
If your work on javascript projects, then using github.com/typicode/husky would solve all those problems.
npm install
hooks up everything for every developer. In JS, you have to run npm install to get started on a project.Thank you very much