A CLI tool for setting up programming projects
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
-c
or create
followed with any of the supported programming languages to create a project. 😎
Example: py peach.py -c python
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 😉
1. Downloading/cloning the repository
- Start by either cloning the repository
git clone https://github.com/UtilityDev/peach.git
or download it as a ZIP-file. - 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
- Navigate to the folder where you downloaded peach, and run the file with
py peach.py -c <LANGUAGE OF CHOICE>
- Name your project and place it wherever you want!
- Open your favorite text editor and start coding! 👨💻