Getting Started

Step by Step

  1. To install Protof on Windows you will need to go to the Protof repository on github and download the latest release

  2. Unzip the downloaded zip file, paste it into any directory and place that directory on your PATH.

Reload your Terminal and write:

protof

You will see the following message

╔══════════════════════════════════════════════════════════════════╗
β•‘                                                                  β•‘
β•‘                         welcome to PROTOF!                       β•‘
β•‘           version:                            0.0.3              β•‘
β•‘           author:                             faynot             β•‘
β•‘                                                                  β•‘
β•‘                                                  Β©MIT License    β•‘
β•‘                                                                  β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
Usage: youre\dir\protof.exe [args]

To help:

protof

You will see the following message


╔══════════════════════════════════════════════════════════════════╗
β•‘                                                                  β•‘
β•‘                         welcome to PROTOF!                       β•‘
β•‘           version:                            0.0.3              β•‘
β•‘           author:                             faynot             β•‘
β•‘                                                                  β•‘
β•‘                                                  Β©MIT License    β•‘
β•‘                                                                  β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•


╔══════════════════════════════════════════════════════════════════╗
β•‘                         protof help                              β•‘
╠══════════════════════════════════════════════════════════════════╣
β•‘ list                   =   list all files                        β•‘
β•‘ new <name>             =   create new protocol                   β•‘
β•‘ start <name>           =   start existing protocol               β•‘
β•‘ delete <name>          =   delete protocol                       β•‘
β•‘ help                   =   show help menu                        β•‘
β•‘ debug                  =   show all commands in protocol         β•‘
β•‘ clean <filename>       =   clean script                          β•‘
β•‘ editor <filename>      =   open file in text editor (like vim)   β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Last updated