Skip to content

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

License

Notifications You must be signed in to change notification settings

kodefox/morepush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 7, 2020
ff755cf · Sep 7, 2020

History

16 Commits
May 6, 2020
May 6, 2020
May 6, 2020
May 6, 2020
May 6, 2020
May 6, 2020
May 6, 2020
May 6, 2020
May 11, 2020
May 6, 2020
May 6, 2020
Sep 7, 2020

Repository files navigation

morepush · · 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