0.0.3 • Published 4 years ago

morepush v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

morepush · npm.io · npm

A library for monorepo pre-push hooks to test changed project only.

Installation

yarn add -D morepush

Usage

yarn morepush <PARENT_DIR_NAME>

For example, if you have monorepo tree that goes like this:

infra
  - packages
    - eslint-config-kodefox
    - exoflex
    - flexhip

You can use infra/packages as the PARENT_DIR_NAME.

$ yarn morepush infra/packages

Options

You can also exclude one or more project directory by using --exclude.

$ yarn morepush infra/packages --exclude eslint-config-kodefox exoflex
0.0.3

4 years ago

0.0.2

4 years ago

0.0.2-alpha.1

4 years ago

0.0.2-alpha.0

4 years ago

0.0.1

4 years ago