Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```