Metadata-Version: 1.0
Name: rapid
Version: 0.0.1
Summary: rapid generates boilerplate code through command line
Home-page: https://github.com/keshav11/rapid
Author: Keshav Gupta
Author-email: keshav@keshav.xyz
License: MIT
Download-URL: https://github.com/keshav11/rapid/tarball/0.0.1
Description: #rapid
        rapid bloilerplate code generation
        ##Installation
        <pre>python setup.py install</pre>
        ## Usage
        <pre>
        rapid language > file_name
        </pre>
        ###example
        
        <pre>
        rapid html > index.html
        </pre>
        ###Without installation
        <pre>
        python main.html language > file_name
        </pre>
        ###example
        <pre>
        python main.html html > index.html
        </pre>
        
        ##Currently Supported
        * C
        * C#
        * Java
        * HTML
        
Keywords: boilerplate,cli,generatecommand line
Platform: UNKNOWN
