JC-Coder / startease

StartEase is a command-line interface (CLI) tool designed to make project setup a breeze. Whether you're working with your favorite technologies or exploring new ones, StartEase is your companion for quickly and effortlessly scaffolding projects.
https://startease.vercel.app
MIT License
61 stars 24 forks source link

Exits project creation if name is empty or invalid #43

Closed TGKElit closed 10 months ago

TGKElit commented 11 months ago

I've made it so that the creation process stops if the project name entered either is empty or contains any characters other than lowercase letters, numbers or URI-safe special charaters.

Issue #42