0.1.5 • Published 5 years ago
@hypedis/pnt v0.1.5
Pull 'n Test
Pull and test multiple repos simultaneously! WOW!
Installation:
npm i -g @hypedis/pnt
Commands:
Use the pnt keyword before all commands Example:
pnt --init ./students.csv
--init \ Create the studentData.json from a csv file. The csv should be formatted as firstName, lastName, githubHandle, repoName
--createAll Create the folders and does an initial pull for each repo.
--pullAll run "git pull origin master on every folder"
--testAll \ run "npm test \" for each folder. Use '!' for file name to bypass file name validation