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
- Host: GitHub
- URL: https://github.com/stevertus/objd-templates
- Owner: Stevertus
- Created: 2022-01-02T19:43:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T20:04:52.000Z (about 3 years ago)
- Last Synced: 2025-01-30T04:17:07.882Z (over 1 year ago)
- Language: Dart
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```