Skip to content

feat: updated cli docs with cli commands#21

Open
Savio629 wants to merge 3 commits into
SamagraX-Stencil:mainfrom
Savio629:savio-docs
Open

feat: updated cli docs with cli commands#21
Savio629 wants to merge 3 commits into
SamagraX-Stencil:mainfrom
Savio629:savio-docs

Conversation

@Savio629

@Savio629 Savio629 commented Jun 28, 2024

Copy link
Copy Markdown

feat: updated cli docs with cli commands

Summary by CodeRabbit

  • New Features

    • Introduced detailed documentation for Stencil-Cli commands including Build, Start, Add, Info, List, Docker, and Generate.
    • Added stencil build command for compiling applications.
    • Added stencil start command for compiling and running applications.
    • Added stencil add command for importing libraries.
    • Added stencil info command for displaying information about installed packages.
    • Added stencil list command for displaying installed services and package managers.
    • Added stencil docker and stencil do commands for creating Docker services.
    • Added stencil generate and stencil g commands for generating and modifying files based on schematics.
  • Documentation

    • Updated sidebars.js to include a new 'CLI Commands' section.

@vercel

vercel Bot commented Jun 28, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
stencil-docs ✅ Ready (Inspect) Visit Preview Jun 28, 2024 8:38am

@coderabbitai

coderabbitai Bot commented Jun 28, 2024

Copy link
Copy Markdown

Walkthrough

The Stencil-Cli documentation and configuration were updated to introduce new commands such as Build, Start, Add, Info, List, Docker, and Generate. Each command is described in detail, including its purpose, arguments, options, and usage. Additionally, the CLI sidebar configuration was updated to include a link to the commands documentation.

Changes

File Change Summary
docs/cli/commands.md Added detailed descriptions for Build, Start, Add, Info, List, Docker, and Generate commands.
sidebars.js Modified items array under the 'CLI' category to include 'cli/commands'.

Poem

In the world of Stencil-Cli,
Commands now leap and scripts fly.
Build to compile with precision,
Start to run your latest vision.
Add, Info, List in line,
Docker spins, Generate refines.
A playground for code's ballet,
Innovate in Stencil's sway! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 1faba13 and c3f8e59.

Files selected for processing (2)
  • docs/cli/commands.md (1 hunks)
  • sidebars.js (1 hunks)
Additional context used
LanguageTool
docs/cli/commands.md

[style] ~191-~191: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ... service-file-upload |fu | If you want to have fileUpload setup in the project. ...

(REP_WANT_TO_VB)

Markdownlint
docs/cli/commands.md

106-106: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


108-108: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


86-86: Expected: 0 or 2; Actual: 1
Trailing spaces

(MD009, no-trailing-spaces)


114-114: Column: 15
Hard tabs

(MD010, no-hard-tabs)


154-154: Column: 15
Hard tabs

(MD010, no-hard-tabs)


155-155: Column: 12
Hard tabs

(MD010, no-hard-tabs)


165-165: Column: 27
Hard tabs

(MD010, no-hard-tabs)


179-179: Column: 24
Hard tabs

(MD010, no-hard-tabs)


122-122: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


131-131: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


137-137: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


140-140: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


193-193: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


205-205: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


206-206: Expected: 1; Actual: 3
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


15-15: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)


40-40: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)


35-35: Expected: 1; Actual: 0; Above
Headings should be surrounded by blank lines

(MD022, blanks-around-headings)


101-101: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)


145-145: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)


105-105: null
Lists should be surrounded by blank lines

(MD032, blanks-around-lists)


18-18: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


24-24: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


43-43: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


49-49: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


74-74: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


102-102: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


110-110: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


118-118: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


146-146: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


150-150: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


157-157: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


194-194: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


82-82: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


90-90: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


98-98: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


141-141: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


207-207: null
Files should end with a single newline character

(MD047, single-trailing-newline)


163-163: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe
Table pipe style

(MD055, table-pipe-style)


165-165: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe
Table pipe style

(MD055, table-pipe-style)


179-179: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe
Table pipe style

(MD055, table-pipe-style)


164-164: Expected: 3; Actual: 1; Too few cells, row will be missing data
Table column count

(MD056, table-column-count)


166-166: Expected: 3; Actual: 1; Too few cells, row will be missing data
Table column count

(MD056, table-column-count)


180-180: Expected: 3; Actual: 1; Too few cells, row will be missing data
Table column count

(MD056, table-column-count)

Additional comments not posted (7)
sidebars.js (1)

78-78: Sidebar Update Approved

The addition of 'cli/commands' to the sidebar under the 'CLI' category is consistent with the structure and naming conventions of the other items. This properly reflects the PR objectives.

docs/cli/commands.md (6)

10-34: Comprehensive Documentation for Build Command

The documentation for the stencil build command is well-detailed, including examples, arguments, and options. This aligns well with the PR objectives of updating CLI documentation.

Tools
Markdownlint

15-15: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)


18-18: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


24-24: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


35-62: Comprehensive Documentation for Start Command

The documentation for the stencil start command is thorough, providing clear examples and a detailed description of options and arguments.

Tools
Markdownlint

40-40: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)


35-35: Expected: 1; Actual: 0; Above
Headings should be surrounded by blank lines

(MD022, blanks-around-headings)


43-43: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


49-49: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


66-80: Add Command Documentation

The documentation for the stencil add command is concise and clear, explaining the purpose and usage of the command effectively.

Tools
Markdownlint

74-74: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


81-94: Info and List Commands Documentation

Both stencil info and stencil list commands are documented succinctly, providing essential information about their functionalities.

Tools
Markdownlint

86-86: Expected: 0 or 2; Actual: 1
Trailing spaces

(MD009, no-trailing-spaces)


82-82: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


90-90: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


96-120: Detailed Documentation for Docker Command

The stencil docker command section is detailed, including descriptions of specific setups and arguments. This section effectively informs users about the command's capabilities and configurations.

Tools
Markdownlint

106-106: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


108-108: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


114-114: Column: 15
Hard tabs

(MD010, no-hard-tabs)


101-101: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)


105-105: null
Lists should be surrounded by blank lines

(MD032, blanks-around-lists)


102-102: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


110-110: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


118-118: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


98-98: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


138-204: Generate Command Documentation

The stencil generate command documentation is extensive, covering a wide range of schematics and options. This section is crucial for users needing detailed guidance on file generation.

Tools
LanguageTool

[style] ~191-~191: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ... service-file-upload |fu | If you want to have fileUpload setup in the project. ...

(REP_WANT_TO_VB)

Markdownlint

154-154: Column: 15
Hard tabs

(MD010, no-hard-tabs)


155-155: Column: 12
Hard tabs

(MD010, no-hard-tabs)


165-165: Column: 27
Hard tabs

(MD010, no-hard-tabs)


179-179: Column: 24
Hard tabs

(MD010, no-hard-tabs)


140-140: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


193-193: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


145-145: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)


146-146: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


150-150: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


157-157: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


194-194: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


141-141: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


163-163: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe
Table pipe style

(MD055, table-pipe-style)


165-165: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe
Table pipe style

(MD055, table-pipe-style)


179-179: Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe
Table pipe style

(MD055, table-pipe-style)


164-164: Expected: 3; Actual: 1; Too few cells, row will be missing data
Table column count

(MD056, table-column-count)


166-166: Expected: 3; Actual: 1; Too few cells, row will be missing data
Table column count

(MD056, table-column-count)


180-180: Expected: 3; Actual: 1; Too few cells, row will be missing data
Table column count

(MD056, table-column-count)

Comment thread docs/cli/commands.md

Creates a docker service/container for given prompt.
- Tooling specific setup
- Creates a folder with the given `<service>` inside docker directory

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Fix Indentation in Markdown Lists

There are inconsistencies in the indentation for unordered lists. This should be corrected to ensure uniformity and adherence to markdown best practices.

-    - Creates a folder with the given `<service>` inside docker directory
-    - Creates a docker compose or updates existing docker compose with desired `<service>`
+  - Creates a folder with the given `<service>` inside docker directory
+  - Creates a docker compose or updates existing docker compose with desired `<service>`

Also applies to: 108-108

Tools
Markdownlint

106-106: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 7

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between c3f8e59 and 387b21d.

Files selected for processing (1)
  • docs/cli/commands.md (1 hunks)
Additional context used
LanguageTool
docs/cli/commands.md

[style] ~188-~188: You have already used this phrasing in nearby sentences. Consider replacing it to add variety to your writing.
Context: ... service-file-upload |fu | If you want to have fileUpload setup in the project. ...

(REP_WANT_TO_VB)

Markdownlint
docs/cli/commands.md

106-106: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


108-108: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


86-86: Expected: 0 or 2; Actual: 1
Trailing spaces

(MD009, no-trailing-spaces)


114-114: Column: 15
Hard tabs

(MD010, no-hard-tabs)


154-154: Column: 15
Hard tabs

(MD010, no-hard-tabs)


155-155: Column: 12
Hard tabs

(MD010, no-hard-tabs)


164-164: Column: 27
Hard tabs

(MD010, no-hard-tabs)


177-177: Column: 24
Hard tabs

(MD010, no-hard-tabs)


122-122: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


131-131: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


137-137: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


140-140: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


190-190: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


202-202: Expected: 1; Actual: 2
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


203-203: Expected: 1; Actual: 3
Multiple consecutive blank lines

(MD012, no-multiple-blanks)


15-15: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)


40-40: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)


35-35: Expected: 1; Actual: 0; Above
Headings should be surrounded by blank lines

(MD022, blanks-around-headings)


101-101: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)


145-145: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)


105-105: null
Lists should be surrounded by blank lines

(MD032, blanks-around-lists)


18-18: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


24-24: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


43-43: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


49-49: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


74-74: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


102-102: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


110-110: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


118-118: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


146-146: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


150-150: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


157-157: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


191-191: null
Emphasis used instead of a heading

(MD036, no-emphasis-as-heading)


82-82: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


90-90: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


98-98: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


141-141: null
Fenced code blocks should have a language specified

(MD040, fenced-code-language)


204-204: null
Files should end with a single newline character

(MD047, single-trailing-newline)

Additional comments not posted (1)
docs/cli/commands.md (1)

106-106: Fix Indentation in Markdown Lists

There are inconsistencies in the indentation for unordered lists. This should be corrected to ensure uniformity and adherence to markdown best practices.

-    - Creates a folder with the given `<service>` inside docker directory
+  - Creates a folder with the given `<service>` inside docker directory
Tools
Markdownlint

106-106: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)

Comment thread docs/cli/commands.md
## Info Command

```
stencil info

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Consider adding an example output for the Info Command.

Example outputs are particularly useful for simple commands to confirm their successful execution.

+ # Example output:
+ $ Stencil package version: 1.0.0
+ $ System info: Windows 10, 64-bit

Committable suggestion was skipped due to low confidence.

Comment thread docs/cli/commands.md
## List Command

```
stencil list

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Consider adding an example output for the List Command.

Showing users what to expect from the output can help them understand the command's utility.

+ # Example output:
+ $ Installed services: Service1, Service2
+ $ Package managers: npm, yarn
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
stencil list
stencil list
# Example output:
$ Installed services: Service1, Service2
$ Package managers: npm, yarn

Comment thread docs/cli/commands.md
Imports a library that has been packaged as a **nest library**, running its install schematic.

```bash
stencil add <name> [options]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Consider adding an example output for the Add Command.

Providing output examples can help users verify that they have executed the command correctly.

+ # Example output:
+ $ Library 'name' added successfully.

Committable suggestion was skipped due to low confidence.

Comment thread docs/cli/commands.md
Comment on lines +99 to +101
stencil docker <services...>
stencil do <services...>
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Consider adding an example output for the Docker Command.

Providing example outputs can demystify what might otherwise be a complex command for users.

+ # Example output:
+ $ Docker service 'service1' created successfully.

Committable suggestion was skipped due to low confidence.

Tools
Markdownlint

101-101: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)

Comment thread docs/cli/commands.md
Compiles an application or workspace into an output folder.

```bash
$ stencil build <name> [options]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Consider showing command output for clarity.

It's a good practice to show the expected output of commands in documentation to help users understand what to expect.

+ # Example output:
+ $ Building project 'name'...

Committable suggestion was skipped due to low confidence.

Tools
Markdownlint

15-15: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)

Comment thread docs/cli/commands.md
Compiles and runs an application (or default project in a workspace).

```bash
$ stencil start <name> [options]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Consider showing command output for the Start Command.

Including example outputs in documentation can greatly enhance user comprehension and reduce confusion.

+ # Example output:
+ $ Starting project 'name'...
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
$ stencil start <name> [options]
$ stencil start <name> [options]
# Example output:
$ Starting project 'name'...
Tools
Markdownlint

40-40: null
Dollar signs used before commands without showing output

(MD014, commands-show-output)

Comment thread docs/cli/commands.md
Comment on lines +142 to +145
stencil generate <schematic> <name> [options]

stencil g <schematic> <name> [options]
```

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Consider adding an example output for the Generate Command.

Example outputs can clarify the immediate results of the command, helping users to verify correct execution.

+ # Example output:
+ $ Generated 'newApp' from 'app' schematic successfully.
Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
stencil generate <schematic> <name> [options]
stencil g <schematic> <name> [options]
```
stencil generate <schematic> <name> [options]
stencil g <schematic> <name> [options]
# Example output:
$ Generated 'newApp' from 'app' schematic successfully.
Tools
Markdownlint

145-145: null
Fenced code blocks should be surrounded by blank lines

(MD031, blanks-around-fences)

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.

[Docs] CLI docs

1 participant