Skip to content

oliverchen415/go_pyproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go_PyProj

Creates a simple folder with a starter file (mainly .py or .go files), .gitignore and README.md

Installation

Detailed instructions can be found on the Wiki.

For Windows, download the executable from Releases and add its location to $PATH.

For MacOS/Linux, you'll need to build the binaries yourself then add it to $PATH.

Usage

From a terminal, cd into your workspace, e.g. Documents. Then enter

go_pyproj -name=<project_name> -type=<file_type>

-name and/or -type can be blank. In that case, it will default to a Python project named dummyProj.

Some examples and additional information can be found in the Wiki.