1.0.0-beta1 • Published 12 months ago

@pavlovalor/tx-package-tweaker v1.0.0-beta1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Package tweaker beta

Creates PR with updated package.json according to specified options/prompts.

Sorry. It's late already, so please forgive me doc sparsity 🫥 PS: It seems that conversion to GIF made it so slow, it looks like I type like grandma

Installation

To install tool type:

npm install -g @pavlovalor/tx-package-tweaker
yarn add --global @pavlovalor/tx-package-tweaker

Or your can keep it safe and just clone this repo, install deps, and run dev script:

git clone git@github.com:pavlovalor/tx-package-tweaker.git && \
cd tx-package-tweaker && \
yarn && \
yarn start:dev --interactive

Usage

  • Supports interactive mode, use --interactive. You'll be ask of any required unspecified variable + fields to change.
  • To get list of all available fields use --help.
  • Dry run via --dry-run will only show potential changes.
  • CI creds + repo data injection via -r <workspace>/<repo> and -c <username>:<password>;

PS: creds are going to be stored, so there is no need to specify it twice;