Skip to content

A project template generator for code in HTML, Python and C++

Notifications You must be signed in to change notification settings

itay-cyber/CTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CTemplate

A project template generator for code in HTML, Python and C++

Usage for CTemplate (CodeTemplate)

  1. download ctemplate.py
  2. open the directory in which you downloaded it
  3. type python ctemplate.py -h
  4. if that works, great! You are ready to go

Params for CTemplate

  1. -asrc or --addsrc, adds a src directory for your project, and puts all source code into it
  2. -t or --template, defines the template you want to make. Options: "cpp", "c++", "py", "python", "html", "python3". (Not case sensitive)
  3. -hfile or --headerfilecpp, makes a header file for your main.cpp file. Only applicable when C++ template selected
  4. -cpphdir or --cppheaderdirectory, creates a directory dedicated to your c++ header files (only for cpp template)
  5. -ajs or --addjavascript, adds a JavaScript file for your HTML template (only html template)
  6. -chjs or --cssjshtml, creates a HTML-CSS-JS folder structure for your HTML template (only html template)

Have Fun

About

A project template generator for code in HTML, Python and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages