Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

alibaba-archive/gulp-sort-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gulp-sort-json

Install

npm i gulp-sort-json

Example

sortJSON = require('gulp-sort-json')

gulp.task 'sort-json', ->
  gulp.src('path/to/*.json')
    .pipe(sortJSON())
    .pipe(gulp.dest("path/to/dist"))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published