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

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

All the templates accessible from objd cli
https://github.com/stevertus/objd-templates

Last synced: over 1 year ago
JSON representation

All the templates accessible from objd cli

Awesome Lists containing this project

README

          

# objd-templates

In this repository you can find various templates and examples to set up objD.

Every folder here can be used as a template in the [objD CLI](https://github.com/Stevertus/objD-cli):

`objd new [name]` (Creates a new project directory)

```
setting up new project...
Datapack name: [[name] DP]

Datapack namespace: [[name]]

Select Project Template: [1]
1) basic - the barebones objD project using Dart Annotations
2) classic - the more familiar old objD style without any code generators
3) click - a basic carrot on a stick clicker example
```