Skip to content

Commit

Permalink
Merge pull request #5 from acadevmy/doc/create-new-brick
Browse files Browse the repository at this point in the history
doc: update creante-new-brick-guide
  • Loading branch information
Gabriele-bil authored Jun 7, 2024
2 parents 0481e98 + 75830e8 commit a01b23f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/pages/appendices/create-new-brick.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a01b23f

Please sign in to comment.