httpgen
v0.1.41
Published
Source generator using patterns
Downloads
20
Maintainers
Readme
httpgen - httpgen is a tool that generates code using patterns.
httpgen is a tool that generates code using patterns.
Example
httpgen generate sample.devi pattern android.js
Install
$ npm install -g httpgen
httpgen depends on Node.js and npm.
Usage
Usage: httpgen <command>
where <command> is one of:
generate, get, version
httpgen generate sample.devi pattern <pattern.js> [-out <path>]
Generate the sample.devi file to the desired source using the pattern.
httpgen get <samples|patterns>
Copy all sample files to the current directory.
httpgen version
Output the version.