Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/souroranges
🫙 A tasty project management solution
https://github.com/thombruce/souroranges
electron pinia tailwind typescript vite vuejs
Last synced: 27 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T11:57:57.000Z (over 1 year ago)
- Last Synced: 2024-10-27T23:51:27.362Z (3 months 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
```