文件名称:kinder:使用本地配置文件轻松创建简单的Shell命令
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-05 16:16:12
JavaScript
亲切的 使用本地配置文件轻松创建简单的Shell命令。 安装 在您的项目文件夹中运行此命令: npm install --save kinder 用法 下面是被称为外壳命令的示例mycommand ,经由被配置kinder : const Kinder = require ( "kinder" ) ; Kinder ( { name : "mycommand" , commands : { default : { description : "The default command which runs when you simply enter `mycommand` in your shell." , execute : ( { info , hostname , users , repos } = config ) - > { /* d
【文件预览】:
kinder-master
----.gitignore(578B)
----.eslintrc(242B)
----package.json(1KB)
----package-lock.json(63KB)
----LICENSE(1KB)
----index.js(9KB)
----README.md(3KB)
----.prettierrc(24B)