Skip to content
/ ZypeC Public

A Compiler Collection and the rebranded version of tgcc.

License

Notifications You must be signed in to change notification settings

Zype-Z/ZypeC

Repository files navigation

ZypeC

Generic badge PyPI Release Create CodeQL

Installation

pip install ZypeC

Other options are available at ZypeC Documentation

Verify Installation

You should verify the installation by running:

zype --version

Usage

Open a Terminal and type:

zype <Filename> <Content-Type> <To What>

Note: Replace <Filename> with the file's name, <Content-Type> with the File's Type (e.g. md for Markdown, zype for Zype) and <To What> with the final Type (e.g. html for MarkDown to HTML Compilation, json for Zype to JSON Compilation).