Skip to content
/ rapid Public

Utility to generate bloilerplate code for various common programming languages

License

Notifications You must be signed in to change notification settings

keshav11/rapid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rapid

rapid generates bloilerplate code for various languages using command line

Installation

  1. Using PyPI
$ pip install rapid
  1. Using source
$ python setup.py install

Usage

$ rapid language > file_name

Example

$ rapid html > index.html

Without installation

$ python main.py language > file_name
Example
$ python main.py html > index.html

Currently Supported

  • C
  • C++
  • C#
  • Java
  • HTML
  • Python
  • empty file

TODO:

  • add support for adding boilerplate code by user