Skip to content

A CLI tool for setting up programming projects

Notifications You must be signed in to change notification settings

UtilityDev/peach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peach 🍑

A CLI tool for setting up programming projects

Requirements

Peach relies on a python package known as "colorama" to display text with colors.
Install it with pip install colorama

OPTIONAL: If you're on Windows, I highly recommend the Windows Terminal, because it can display unicode and emoticons properly. https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=nb-no&gl=no

Commands

-c or create followed with any of the supported programming languages to create a project. 😎
You can also use the --use-git flag to generate git boilerplate like README.md and .gitignore
Example: py peach.py -c python --use-git

Supported languages

Lua, Python, C++, C#, F#, Haskell, Kotlin, Java, Ruby, Rust, C
There's not a ton of languages available currently, but you can always make a pull request to add more 😉

Usage

1. Downloading/cloning the repository

  1. Start by either cloning the repository git clone https://github.com/UtilityDev/peach.git or download it as a ZIP-file.
  2. Extract the folder if needed (I recommend 7-Zip but you can use your operating system's built-in archive extractor).

2. Using the tool

  1. Navigate to the folder where you downloaded peach, and run the file with py peach.py -c <LANGUAGE OF CHOICE>
  2. Name your project and place it wherever you want!
  3. Open your favorite text editor and start coding! 👨‍💻

Releases

No releases published

Packages

No packages published

Languages