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

Added vanillajs template #32

Closed Toyin5 closed 11 months ago

Toyin5 commented 11 months ago

Added the vanilla js template Introduced a new folder structure Updated the .gitignore to accommodate lock files Resolves #2

Toyin5 commented 11 months ago

@JC-Coder review pls

JC-Coder commented 11 months ago

@Toyin5

  1. your pr should be made against the dev branch
  2. your branch should not be master . you should have a branch indicating the feature you are working on e.g vanilla-js
  3. the template name should not be vanillajs as it is not a standalone . it should be HTML X CSS X JAVASCRIPT that way users would understand what that option does.

please review these changes so i can merge

Toyin5 commented 11 months ago

OK I will make the required changes But vanillajs is the same as html/css/javascript You should check vite templates https://vitejs.dev/guide/

Toyin5 commented 11 months ago

I will open a new one for the change