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 25 forks source link

Exits project creation if name is empty or invalid #43

Closed TGKElit closed 12 months ago

TGKElit commented 1 year 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