Giter Club home page Giter Club logo

cli's Introduction

@soybeanjs/cli

SoybeanJS 的命令行工具

用法

安装

pnpm i -D @soybeanjs/cli

使用

示例:

pnpm soy -h

命令介绍

命令 作用
help(-h) 查看全部命令用法
git-commit 生成符合 Angular 规范的 git 提交信息
git-commit-verify 校验 git 的提交信息是否符合 Angular 规范
cleanup 清空依赖和构建产物
init-simple-git-hooks 初始化 simple-git-hooks 钩子
ncu 命令 npm-check-updates, 升级依赖
prettier-write 执行 prettier --write 格式化
lint-staged 执行 lint-staged
changelog 根据两次 tag 生成 changelog (--total: 根据所有 tag 生成 changelog)
release 发布:更新版本号、生成 changelog、提交代码
init-git-hooks 该命令已废弃,请使用 init-simple-git-hooks
update-pkg 该命令已废弃,请使用 ncu
prettier-format 该命令已废弃,请使用 prettier-write
eslint-prettier 该命令已废弃

更多自定义配置

  • 在项目根目录新建 soybean-config.ts

  • 导入 defineConfig 函数

    import { defineConfig } from "@soybeanjs/cli";
    
    export default defineConfig({
      //options
    });
  • 配置参考

    import type { CliOption } from "@soybeanjs/cli";

cli's People

Contributors

honghuangdc avatar github-actions[bot] avatar taisha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.