This repository was archived by the owner on Jun 14, 2023. It is now read-only.
Will a cookiecutter template help developers? #33
anselmwang
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, @marcusolsson
Thanks for creating this awesome document. Now I enjoy obsidian plugin development a lot!
During development, I find it is tedious to start a new plugin because some duplication work
main.tsmanifest.jsonandpackage.jsonTherefore, I create a cookiecutter template for obsidian plugin development.
By simply running
cookiecutter https://github.com/anselmwang/cookiecutter-obsidian-plugin, thecookiecuttertool will ask developers some questions (author, project name, etc.) and generate a project with everything ready. According to my investigation, this is the only cookiecutter template for obsidian till now.May I know if the template is worth to be mentioned in the document? No matter what the answer is, I am happy to hear your feedback.
If the answer is yes, I am thinking add it to the "Introduction" -> "Unofficial resources by community members:" part or update the Step 1 and Step2 of the "Create your first plugin".
Below is a snapshot of how the template works. Most of the time I can rely on the default value.
Beta Was this translation helpful? Give feedback.
All reactions