Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update README.md #16

Merged
merged 1 commit into from
Feb 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@ 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

### 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
```



Expand Down Expand Up @@ -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.
This project is licensed under the MIT License.
Loading