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