From 75830e85acca0e2c95e60cd78caeb729cd71d584 Mon Sep 17 00:00:00 2001 From: Gabriele Bilello Date: Fri, 7 Jun 2024 17:00:35 +0200 Subject: [PATCH] doc: update creante-new-brick-guide --- doc/pages/appendices/create-new-brick.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/pages/appendices/create-new-brick.mdx b/doc/pages/appendices/create-new-brick.mdx index a2d8fa5..251728d 100644 --- a/doc/pages/appendices/create-new-brick.mdx +++ b/doc/pages/appendices/create-new-brick.mdx @@ -55,3 +55,10 @@ within the `vars` key. Each variable can be: - an optional separator (list only) For further information, visit the documentation of [BrickHub](https://docs.brickhub.dev/) + +## Next Steps + +- Add all the necessary files in the `__brick__` folder +- Update the `package.json` mapping all scaffold commands +- Commit the project to a Git repository +- Add the newly created brick to the **Devmy CLI** in the [cli_brick_configuration](https://github.com/acadevmy/devmy_cli/blob/main/lib/cli_brick_configurations.dart) file