diff --git a/README.md b/README.md index 5bf3de2..2813e44 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
-Inspired by Plaster, Mold is PowerShell template & scaffolding engine that lets you effortlessly craft templates for any language, on any platform. 🚀 Deploy in a flash with interactive prompts or answer files – your choice! +Inspired by Plaster, Mold is PowerShell template & scaffolding engine that lets you effortlessly craft templates for any language, on any platform. 🚀 Deploy in a flash with interactive prompts or answer files - your choice! [![Mold@PowerShell Gallery][BadgeIOCount]][PSGalleryLink] ![WorkFlow Status][WorkFlowStatus] @@ -15,7 +15,20 @@ Inspired by Plaster, Mold is PowerShell template & scaffolding engine that lets Mold operates on Mold Templates,which can be generated using Mold commands (that means you dont have to learn a new sytnax or deal with xml files) -## 🧙‍♂️ Mold in Action +## 🌱 What's Templating & Why Should You Care? + +Think of templates as blueprints for your code. They're pre-formatted files with placeholders for variables, like names, dates, blocks of code. When you use a template, you simply fill in the blanks, and voilà - you've got a customized script or project ready to go! + +**Why is this awesome?** + +- **Save Time:** No more writing the same boilerplate code over and over. +- **Consistency:** Templates help ensure your projects follow best practices and maintain a uniform style. +- **Scalability:** Easily create multiple projects or files from a single template. +- **Flexibility:** Customize your templates to fit your specific needs. + +Templating is a superpower for developers, boosting productivity and reducing errors. And with Mold, harnessing that power is easier than ever before! + +## 🧙 Mold in Action > [!IMPORTANT] > @@ -40,7 +53,7 @@ Install-Module -Name Mold Invoke-Mold -Name AppStatus -DestinationPath "c:\Temp" ``` -## ✨ Mold’s Awesome Features +## ✨ Mold's Awesome Features - Effortlessly create Mold Templates, no XML or custom syntax required. - Store and Retrieve templates from local folders, modules, or git repos.