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

Issue: Spaces in project name in package json file prevent yarn from installing dependencies #9

Closed JC-Coder closed 11 months ago

JC-Coder commented 11 months ago

{ "name": "startease expressjs project", "version": "1.0.0" }

suggested fix

{ "name": "startease-expressjs-project", "version": "1.0.0" }