Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/toodles
✅ A super simple todo app
https://github.com/thombruce/toodles
Last synced: 27 days ago
JSON representation
✅ A super simple todo app
- Host: GitHub
- URL: https://github.com/thombruce/toodles
- Owner: thombruce
- License: gpl-3.0
- Created: 2023-05-13T14:16:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T15:40:09.000Z (4 months ago)
- Last Synced: 2024-10-27T23:51:27.073Z (3 months ago)
- Language: TypeScript
- Homepage: https://toodles.thombruce.com/
- Size: 1.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Toodles
[![CI](https://github.com/thombruce/toodles/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/thombruce/toodles/actions/workflows/ci.yml?query=branch%3Amain)
[![Version](https://img.shields.io/github/v/tag/thombruce/toodles?label=release)](https://github.com/thombruce/toodles/releases/latest)
[![License](https://img.shields.io/github/license/thombruce/toodles)](https://github.com/thombruce/toodles/blob/main/COPYING)## Testing
```sh
yarn lerna run test:unit
```## Deploying
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/thombruce/toodles&base=packages/web)
### Deploying Manually
_Configure `TOODLES_BASE` to the name of your repo (e.g. `/toodles/`) in your environment if you want to deploy to GitHub Pages from a project repo._
```sh
cd packages/web
yarn build
# Output in packages/web/dist
```## Development
### General
```sh
# Update CHANGELOG and README and commit where relevant, then...
lerna publish
```### VS Code
```sh
cd packages/vscode
vsce package
vsce publish
```