Skip to content
/ wiby Public

"Will I break you" - a tool for testing dependents

License

Notifications You must be signed in to change notification settings

pkgjs/wiby

Folders and files

NameName
Last commit message
Last commit date
Feb 19, 2025
Feb 17, 2025
Feb 17, 2025
Feb 17, 2025
Feb 17, 2025
Sep 11, 2020
Sep 11, 2020
Apr 15, 2021
Jul 15, 2020
Nov 30, 2020
Jul 15, 2020
Nov 16, 2020
Feb 17, 2025
Dec 14, 2020
Mar 3, 2025
Sep 29, 2021

Repository files navigation

wiby

"Will I break you" - a tool for testing dependents

This repository is managed by the Package Maintenance Working Group, see Governance.

Pre-requisites

Github Token

wiby requires an environment variable GITHUB_TOKEN set to a Github access token. This token needs to be granted push permissions to the dependent repos.

Example: export GITHUB_TOKEN=XXXXX

For more information on creating a github token see Github's docs

Running location

wiby is designed to be run from inside the folder containing your source code. This folder needs to be a git repository with a package.json that contains information about the packages source on Github. Example:

{
...
  "repository": {
    "type": "git",
    "url": "https://github.com/ORGNAME/REPONAME.git"
  }
...
}

Available commands

wiby test Test your dependents

wiby result Fetch the results of your tests

Development

  • This repository uses semantic-release with default configuration.
  • Create a new release by running npx semantic-release.