1.0.1 • Published 3 years ago

@ldrahnik/xmltojsdocfile v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

xmltojsdocfile

Usage

Allowed input for --inputpath is file, directory. \ Allowed input for --outputpath is file, directory. When is --outputpath no specified, is used stdout.

Grunt --inputpath=./test/input/subdir/file.js                                      # file to stdout
Grunt --inputpath=./test/input/subdir/file.js > ./test/output/file.js              # file to file
Grunt --inputpath=./test/input/subdir/file.js --outputpath=./test/output/file.js   # file to file
Grunt --inputpath=./test/input/subdir/file.js --outputpath=./test/output/          # file to dir
Grunt --inputpath=./test/input/                                                    # dir to stdout
Grunt --inputpath=./test/input/ > ./test/output/file.js                            # dir to file
Grunt --inputpath=./test/input/ --outputpath=./test/output/file.js                 # dir to file
Grunt --inputpath=./test/input/ --outputpath=./test/output/                        # dir to dir
1.0.1

3 years ago

1.0.0

3 years ago