fly-watch-cli

1.1.1 • Public • Published

fly-watch-cli

npm GitHub license

A tool that listens to a file or directory to perform some operations

Table of Contents

Installation

npm install -g fly-watch-cli

Usage(interactive command)

fly init // 初始化信息
fly serve // 监听目标文件|目录
fly upgrade // 升级目标项目版本
fly version // fly工具版本
fly help // 使用手册

Configuration Options

fly --serve(fly -s)

参数名 参数值 说明 输入类型 默认值 默认值说明 是否可缺省
watchType dir/file 监听类型 string - -
name - 文件(目录)名 string - -
scripts npm run start 命令行信息 string default npm run start
isKill false 是否杀掉进程 boolean false -
port - 杀掉进行的端口号 string - -

eg:

fly --serve watchType=dir name=build scripts='npm run dev' isKill=true port=9008

fly --upgrade(fly -u)

参数名 参数值 说明 输入类型 默认值 默认值说明 是否可缺省
versionType major/minor/patch/custom 版本类型 string - -
versionNo - 版本号 string - -
isCommit false 是否commit boolean false -
commitTxt - 提交信息 string default upgrade version %s
isTag false 是否打tag boolean false -
isPush false 是否push到远程仓库 boolean false -

eg:

fly --upgrade versionType=custom versionNo=1.0.0 isCommit=true commitTxt='upgrade version 1.0.0' isTag=true isPush=true

Issues

If you encounter some problems during use, please click here Issue Report

License

MIT

Copyright (c) 2022-present flyfox

Package Sidebar

Install

npm i fly-watch-cli

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

21.9 kB

Total Files

10

Last publish

Collaborators

  • huzhifu