文件名称:argonaut:CLI JSON 助手
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-29 23:59:50
JavaScript
阿尔戈英雄 我厌倦了必须对 package.json、composer.json 和 smart.json 文件(除其他外)进行可预测的更改,而且我找不到任何可以轻松完成此操作的命令行工具。 注意 - 这仍在开发中,因此 API 可能会发生变化 安装 npm install -g argonaut 用法 argonaut -f path/to/file.json key value [other key value pairs] 文件路径可以是相对的或绝对的 关键是一个。 (点)分隔值的路径。 以下命令 argonaut -f test.json staff.uk.count 4 会产生: { "staff": { "uk": { "count": 4 } } } 发展 还是要做: 数组/附加模式(将值附加到键,而不是分配) 增量模式(按
【文件预览】:
argonaut-master
----.gitignore(84B)
----package.json(559B)
----main.js(1KB)
----LICENSE(1KB)
----README.md(856B)