@qlover/fe-release
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Fe-release

A tool for releasing front-end projects, supporting multiple release modes and configurations, simplifying the release process and improving efficiency.

Currently, the release is based on the core functions of release-it.

Usage

npm install @qlover/fe-release

Commands

fe-release [options]

Options

  • -v, --version:output the version.
  • -d, --dry-run:do not touch or write anything, but show the commands.
  • -V, --verbose:show more information.
  • -P, --pull-request:create a release PR.
  • -p, --publish-path <publishPath>:specify the path of the package to release.
  • -h, --help:show help information.

Examples

  1. show version:
fe-release --version
# or
fe-release -v
  1. dry run, show the commands:
fe-release --dry-run
# or
fe-release -d
  1. create a release PR:
fe-release --pull-request
# or
fe-release -P
  1. publish the package in the specified path:
fe-release --publish-path ./path/to/package
# or
fe-release -p ./path/to/package

Through the above instructions, users can better understand how to use the fe-release tool for project release. Hope this helps! If you have any other questions, please let me know.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.852latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.852
1.0.541
0.1.77
0.1.60
0.1.50
0.1.41
0.1.31
0.1.21
0.1.11
0.1.01

Package Sidebar

Install

npm i @qlover/fe-release

Weekly Downloads

101

Version

1.0.8

License

ISC

Unpacked Size

320 kB

Total Files

7

Last publish

Collaborators

  • maroonlis