Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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