0.1.1 • Published 4 years ago

pomeranian v0.1.1

Weekly downloads
136
License
UNLICENSED
Repository
-
Last release
4 years ago

Installation

yarn global add pomeranian

Configuration

Create a pomeranian.yaml file at the top level of your directory structure to provide GitHub credentials and specify what directories are associated with which projects. GitHub credentials can also be supplied through the GITHUB_TOKEN environment variable. If running on AppVeyor, pomeranian can automatically detect the current pull request number.

github:
  token: [REDACTED]
  repo: ParagonTruss/ParagonCore
projects:
  sealingService:
    - servers/SealingService
  designService:
    - servers/DesignService
    - servers/libraries/AnalysisEngine

Usage

To check if a project has been changed in a given pull request:

pomeranian --project [one of the projects in pomeranian.yaml] --pullRequest [pull request number]

To check if a project has been changed since some commit:

pomeranian --project [one of the projects in pomeranian.yaml] --since [SHA hash of a commit]

To check if a single file has been changed:

pomeranian --file [the name of a file in the repo] --{pullRequest|since} [query]

0.1.1

4 years ago

0.1.0

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

8 years ago