/peach_Mike

Primary LanguagePython

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. 😎
Example: py peach.py -c python

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! 👨‍💻