0.1.0 • Published 10 years ago
cson-sort v0.1.0
cson-sort — sort the contents of a CSON file
This package provides a small program, cson-sort, that takes CSON data and writes it back out with
all objects sorted by key. This is useful as a Git filter to make managing CSON files easier, for
example in your Atom configuration.
This script is derived from Season.
Installing
npm install -g cson-sortSetting up Git filter
Edit .git/config to contain the following:
[filter "cson-sort"]
clean = cson-sortSet up a .gitattributes file to mark files to be filtered:
*.cson filter=cson-sortAnd add and commit your files!
0.1.0
10 years ago