0.0.5 • Published 2 years ago

runk v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

使用说明

  • 一键发包工具
  • npm发包
  • git发包

实例代码 run.js

const runk = require("runk")

runk({
  // git 缓存路径
  gitPath: "/home/mypath/git",

  // 项目路径
  nodePath: __dirname,

  // git用户名
  user: "Your Name",

  // git邮箱
  email: "Your Email"
});

运行

  • 需要先登录npm
  • 需要免登录github
# run.js: 运行文件
# vite: node_modules/vite 发包路径
node run.js vite

# git commit -a -m 'new'
# 默认提交为 new
node run.js vite new
0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.0

3 years ago