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

https://github.com/abroudoux/dtools

🌲 Tools built to help you develop better
https://github.com/abroudoux/dtools

developer-productivity developer-tools go-scripts go-utils svelte sveltekit tailwind tailwindcss ts typescript

Last synced: about 2 months ago
JSON representation

🌲 Tools built to help you develop better

Awesome Lists containing this project

README

        

# dtools

🌲 Tools built to help you develop better

Version : 0.0.1

## 🚀 Installation

### Via Docker

WIP 🚧

### Manual

Install dependencies

```bash
pnpm install
```

Run server

```bash
pnpm run dev
```

## 🧑‍🤝‍🧑 Contributing

To contribute, fork the repository and open a pull request detailling your changes.

Create a branch with a [conventionnal name](https://tilburgsciencehub.com/building-blocks/collaborate-and-share-your-work/use-github/naming-git-branches/).

- fix: `bugfix/the-bug-fixed`
- features: `feature/the-amazing-feature`
- test: `test/the-famous-test`
- hotfix `hotfix/oh-my-god-bro`
- wip `wip/the-work-name-in-progress`

## 📌 Roadmap

- [ ] Docker
- [ ] Github API support
- [ ] Installation guides
- [ ] Svelte 5 migration
- [ ] Tailwindcss 4 migration
- [ ] 100% tests coverage

## 📑 License

This project is under MIT license. For more information, please see the file [LICENSE](./LICENSE).