1.1.0 • Published 3 years ago

@brightlayer-ui/publish v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

@brightlayer-ui/publish

This Command Line tool is a utility for automatically publishing NPM packages based on the version number in the package.json file.

Prerequisites

In order to use this utility you must have the following installed:

Usage

You can use this package without installing any global or local dependencies by running it with npx (recommended):

npx -p @brightlayer-ui/publish blui-publish -b <branch-name>

Available options

The following table list out some options for the blui-publish command. All these options can be configured:

OptionDescription
-b(default: dev) The branch you are on.

The branch flag is used to determine whether a latest package can be published. Latest packages may only be published for the master branch (-b master).