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

updates cli and monitoring docs #123

Merged
merged 13 commits into from
Jun 9, 2024
Merged

updates cli and monitoring docs #123

merged 13 commits into from
Jun 9, 2024

Conversation

RiyaRaj28
Copy link
Contributor

No description provided.

@@ -9,16 +9,24 @@ title: Introduction

# Introduction

While developing this cli, many custom schematics were created to assist the cli in file generation.
Developing a CLI (Command Line Interface) tool can be a complex and rewarding task. Many custom schematics were created to assist in the cli file generation process. These schematics can significantly enhance the user experience by automating manual setup processes, allowing users to focus more on their project's logic and less on boilerplate code.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too much chatGPT please revert.

Comment on lines 16 to 22
1. `service-prisma` : Creates a new `prisma.service.ts` and adds it as a provider to `app.module.ts`
2. `prisma` : Adds a sample `User` model to the `schema.prisma` file
3. `service-user` : Adds the necessary imports for `@techsavvyash/user-service` in `app.module.ts`
4. `fixtures` : Generate the docker related files along with the shell sciripts needed to run the `pre-commit` file in husky
5. `husky` : Creates the `pre-commit` file in the `.husky` folder
6. `github` : Creates a new `.github` folder and the `ISSUE_TEMPLATE` and `Workflow` subdirectory in it.
7. `devcontainer` : Generates the `devcontainer.json` in the .devcontainer directory.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these were fine i guess.


1. `service-prisma` : Creates a new `prisma.service.ts` and adds it as a provider to `app.module.ts`
2. `prisma` : Adds a sample `User` model to the `schema.prisma` file
3. `service-user` : Adds the necessary imports for `@techsavvyash/user-service` in `app.module.ts`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change @techsavvyash/user-service to @samagra-x/user-service

@techsavvyash techsavvyash merged commit af1f41b into SamagraX-Stencil:main Jun 9, 2024
2 checks passed
Savio629 pushed a commit to Savio629/stencil that referenced this pull request Jun 28, 2024
Savio629 pushed a commit to shivankurchavan/stencil that referenced this pull request Jul 6, 2024
Savio629 pushed a commit to DarrenDsouza7273/stencil that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants