-
Notifications
You must be signed in to change notification settings - Fork 32
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
Conversation
docs/docs/cli/introduction.md
Outdated
@@ -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. |
There was a problem hiding this comment.
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.
docs/docs/cli/introduction.md
Outdated
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. |
There was a problem hiding this comment.
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` |
There was a problem hiding this comment.
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
No description provided.