@hypedis/pnt
v0.1.5
Published
A CLI for pulling and testing multiple repos simultaneously
Downloads
1
Maintainers
Readme
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 <filepath> 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 <filename> run "npm test <filename>" for each folder. Use '!' for file name to bypass file name validation