文件名称:grunt-json-prettify:美化 JSON 文件的繁重任务
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-13 19:43:12
JavaScript
grunt-json-美化 美化 JSON 文件的繁重任务 安装 安装任务: npm install grunt-json-prettify --save-dev 然后将任务添加到您的 Gruntfile.js: grunt . loadNpmTasks ( 'grunt-json-prettify' ) ; 用法 在你的 Gruntfile.js 中: grunt . initConfig ( { jsonprettify : { options : { space : 4 } , all : { src : [ 'lib/*.json' ] } } } ) ; // For this to work, you need to have run `npm install grunt-simple-mocha` grunt . loa
【文件预览】:
grunt-json-prettify-master
----Gruntfile.js(1KB)
----tasks()
--------json-prettify.js(694B)
----wercker.yml(234B)
----LICENSE(1KB)
----test()
--------fixtures()
--------expected()
--------json-prettify.js(1KB)
----README.md(2KB)
----.gitignore(22B)
----package.json(851B)