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
- Host: GitHub
- URL: https://github.com/abroudoux/dtools
- Owner: abroudoux
- Created: 2024-12-08T13:55:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T15:44:38.000Z (3 months ago)
- Last Synced: 2025-02-14T16:33:03.588Z (3 months ago)
- Language: Svelte
- Homepage: https://abroudoux.github.io/dtools/
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).