Skip to content
Renaud Guillard edited this page Jun 3, 2013 · 6 revisions

new-xsh

A script to create XSH (XML + SH) files

Author
Renaud Guillard
Version
1.0

Usage

new-xsh [-s] -n <string> [-o <path>] [--help] [--ns-xml-path <path> --ns-xml-path-relative]

Global options

	-n, --name: XSH program name
	-o, --output, --path: Output path	
		Default value: .
	-s, --sample: Add basic sample code and options
		Add some basic xsh functions in XSH file, --help option definition in XML 
		file and common parsing code in SH file.
	--help: Display program usage
	ns-xml source path options
		--ns-xml-path: ns-xml source path
			Location of the ns folder of ns-xml package
		--ns-xml-path-relative: ns source path is relative this program path

Copyright & Licensing

Copyright © 2013 by Renaud Guillard (dev@nore.fr) Distributed under the terms of the MIT License, see LICENSE

Clone this wiki locally