Skip to content

rapidjs-org/releasing

Repository files navigation

rJS Releasing

Java- and TypeScript package release helper utility (NPM).

npm install -D @rapidjs.org/releasing

Prerequisites

  • NPM CLI (latest)

Usage

(npx) rjs-releasing <package-path>?

If no package directory path is specified, the current working directory is used.

Flag Description
--github Open a GitHub release creation for a package tag.
--stacktrace Always print the full stack trace of errors.
Option Description
--client Specify registry client to use (default 'npm', or 'yarn').

Run npx rjs-releasing help to display information about the CLI.

© Thassilo Martin Schiepanski