diff --git a/README.md b/README.md index 20b1c90..922a32c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ The GUI interface provides real-time logs from the CLI execution, helping users - *Inquirer.js* – For interactive command-line prompts - *Chalk* – Provides colorful logs in the CLI -- *Next & TypeScript* – For the GUI component +- *React & TypeScript* – For the GUI component ## Installation & Setup @@ -79,17 +79,17 @@ The GUI interface provides real-time logs from the CLI execution, helping users ### CLI Tool ## To scaffold a new full-stack project, run: -sh +```sh npm create @shivasankaran18/stackd new proj-name - +``` This will prompt you with setup questions and generate the project with the selected configurations. ### Web Tool ## To launch the web-based setup tool locally, use: -After installing the package from the npm , -sh -npx @shivasankaran18/create-stackd setup +``` sh +npx @shivasankaran18/create-stackd setup +``` @@ -140,4 +140,4 @@ We welcome contributions and feedback from the community to enhance STACKD’s c 💡 Let's build better development tools together! 🚀 ### 📜 License -This project is licensed under the MIT License. \ No newline at end of file +This project is licensed under the MIT License.