https://github.com/thombruce/souroranges
🫙 A tasty project management solution
https://github.com/thombruce/souroranges
electron pinia tailwind typescript vite vuejs
Last synced: 5 months ago
JSON representation
🫙 A tasty project management solution
- Host: GitHub
- URL: https://github.com/thombruce/souroranges
- Owner: thombruce
- License: gpl-3.0
- Created: 2023-04-14T15:30:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T11:57:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T04:46:24.838Z (over 1 year ago)
- Topics: electron, pinia, tailwind, typescript, vite, vuejs
- Language: TypeScript
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Marmalade
🫙
## Releasing
```diff
- "version": "0.0.0",
+ "version": "0.0.1",
```
```sh
git commit -m "v0.0.1"
git tag v0.0.1
git push && git push --tags
```