1.0.1 • Published 6 years ago

@neamat/runrepo v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

A Simple CLI for running yarn workspace or monorepo package.

Install :

npm i -g @neamat/runrepo

Create a runrepo.config.js file within your project root containing your packages name.

module.exports= [
  '@scope/<package-name>',
  ...
]

Uses

runrepo start
runrepo start <package-name>

Available Command:

build

serve

start

--help

1.0.1

6 years ago

1.0.0

6 years ago