mkf: 个人自用的单文件配置工具

类似于脚手架,但这个只专注于提供简单的单文件配置
更新于: 2023-03-12 22:10:50
项目主页: https://github.com/afeiship/mkf

简介

这个工具主要是自己使用,方便创建一些常用的配置文件,类似于脚手架,但比脚手架轻量级。

mkf: make a file(make a config file)

安装

npm install --location=global @jswork/mkf

用法

Usage: mkf [options]

Options:
  -V, --version   output the version number
  -j, --jake      Create Jakefile.
  -m, --make      Create Makefile.
  -r, --rake      Create Rakefile.
  -g, --gulp      Create gulpfile.
  -p, --prettier  Create prettier config file.
  -s, --schedule  Create whenever config/schedule.rb file.
  -l, --liscense  Create LICENSE file.
  --rit           Create .release-it config file.
  --gtc           Create .gtcrc config file.
  --verbose       Show verbose output.
  -h, --help      display help for command