An open API service indexing awesome lists of open source software.

https://github.com/stevertus/objd-blocks

This is an example repo for showing how CustomBlocks are meant to be used in objD
https://github.com/stevertus/objd-blocks

Last synced: over 1 year ago
JSON representation

This is an example repo for showing how CustomBlocks are meant to be used in objD

Awesome Lists containing this project

README

          

## objD Blocks

This is an example repo for showing how CustomBlocks are meant to be used in objD.

See the official documentation: https://objd.stevertus.com/modules/#customblock

Watch my Youtube Video about it: https://youtu.be/zOoGfqywiKM?t=1173

Download already compiled outputs here: https://github.com/Stevertus/objd-blocks/releases

### Installation

Clone the repository, open the folder and run

```
pub get
```

Generate the Datapack with

```
dart index.dart
or
objd run index.dart
```