0.1.1 • Published 3 years ago

repo-fixer v0.1.1

Weekly downloads
554
License
MIT
Repository
github
Last release
3 years ago

Configuration

{
  "baseDirectory": ".", //optional default
  "git": {
    "mode": "create-branch", // optional default
    "mainBranch": "master", //optional default
    "remote": "origin", //optional default
    "destinationBranch": "technical/update-deps",
    "commitMessage": "[TIKT-145] updating dependencies for that reason",
    "commitFlags": [], //optional default
    "pushFlags": [] //optional default
  },
  "projects": [
    "project-1",
    "project-two",
    "third-project"
  ],
  "commands": [
    "npm i @that/dep@1.0.1",
    "npm i that-other-dep@4.7.1"
  ],
  "testCommand": "npm test" //optional default to skip
}

Git Configuration

mode

  • create-branch - will create a new branch and push it to the specified remote
  • update-branch - will checkout an existing remote branch and commit/push changes to it
  • skip - does not run any git commands before or after the specified commands
0.1.1

3 years ago

0.1.0

3 years ago

0.0.11-5

3 years ago

0.0.11-4

3 years ago

0.0.11-3

3 years ago

0.0.11-2

3 years ago

0.0.11-1

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9-2

3 years ago

0.0.9-1

3 years ago

0.0.9

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago