This pages shows how you can create a project w/ trgkanki-template-cli.


"Home" of your projects

If you're a programmer, you'll have a kind of home directory for all your programming projects. If you don't, I'd suggest my own settings.

Run powershell and run following commands. (If you're linux or mac user I think you'll know what to cherry-pick from here 😂)

cd C:\\gitclones
npx trgkanki-template-cli init [project_name] base

So if you need to create a pure-python addon on this tutorial, we'll select base. If you're unsure what to choose, you can just use base. You can later change the branch later.

Changing remote branch after project initialization

<aside> 💡 If you prefer, you can install the CLI before running the command. This is not necessary, but it helps CLI run faster. npm i -g trgkanki-template-cli

</aside>

<aside> 💡 There could be a lot of errors while running command. Refer to troubleshootings below.

</aside>

Troubleshooting: 'python3' is not recognized as an internal or external command

Troubleshooting: Please tell me who you are.