A toolkit to manipulate XML and JSON files
You can run ftk
or file-toolkit
to execute the cli toolkit.
#install file-toolkit
npm intall -g file-toolkit
#minify a xml or json file
ftk m example.xml
ftk m otherexample.json
#format a xml or json file
ftk f example.xml
ftk f otherexample.json
#parse a xml or json file
ftk p example.xml
ftk p otherexample.json
- Update the version with
npm version [patch,minor,major]
- Publish the package with
npm publish
- Push develop to origin
- Merge develop into master