Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trgkanki/trgkanki-template-cli
https://github.com/trgkanki/trgkanki-template-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trgkanki/trgkanki-template-cli
- Owner: trgkanki
- License: agpl-3.0
- Created: 2020-08-26T10:37:54.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-23T13:45:18.000Z (12 months ago)
- Last Synced: 2024-04-25T01:41:31.734Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trgkanki-template-cli
Generator for [addon_template](https://github.com/trgkanki/addon_template)
> Underscore & hyphen mixed... I'm so distracted :P
## Creating addon from template
```
npx trgkanki-template-cli init projectName base
```> `base` refers to origin branch. It may also be `jsinterop` or `vuedlg`.
## Updating addon
Go to the addon page and run
```
npm run update:template
```