1.0.1 • Published 6 years ago
@neamat/runrepo v1.0.1
A Simple CLI for running yarn workspace or monorepo package.
Install :
npm i -g @neamat/runrepoCreate a runrepo.config.js file within your project root containing your packages name.
module.exports= [
'@scope/<package-name>',
...
]Uses
runrepo startrunrepo start <package-name>