Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcalexiei/devtools-wiki
List to keep track of development tools
https://github.com/marcalexiei/devtools-wiki
Last synced: 16 days ago
JSON representation
List to keep track of development tools
- Host: GitHub
- URL: https://github.com/marcalexiei/devtools-wiki
- Owner: marcalexiei
- License: mit
- Created: 2024-07-12T12:58:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T21:14:56.000Z (19 days ago)
- Last Synced: 2024-10-21T01:39:01.974Z (19 days ago)
- Language: TypeScript
- Homepage: https://marcalexiei.github.io/devtools-wiki/
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Devtools Wiki
[![CI](https://github.com/marcalexiei/devtools-wiki/actions/workflows/CI.yml/badge.svg)](https://github.com/marcalexiei/devtools-wiki/actions/workflows/CI.yml)
List to keep track of development tools in a more funny way than having text notes.
Basically this is static application to tryout [solidjs](https://www.solidjs.com).
Once finished will be deployed using github pages.> [!WARNING]
> Work in progress## Technologies
[`solidjs`]: https://www.solidjs.com
[`@tanstack/solid-query`]: https://tanstack.com/query/latest/docs/framework/solid/overview
[`biome`]: https://biomejs.dev
[`vite`]: https://vite.dev
[`vitest`]: https://vitest.dev| Feature | Used library |
| ------------------------ | ------------------------- |
| Application core | [`solidjs`] |
| Async request management | [`@tanstack/solid-query`] |
| Format and lint | [`biome`] |
| Build | [`vite`] |
| Unit test | [`vitest`] |