My frequently used NPM packages wrapped up into easy-to-use packs
Working with the Node ecosystem building many projects and packages can become pretty heavy to maintain as each individual project depends on the same set of dependencies but on different versions. While many automation tools does try to combat this, it is very common to abstract away frequently used package groups into a centralised configuration and preset library.
This repository contains my frequently used abstractions and configurations alongside of a few tools and framework extensions that aims to aid work to be done more efficiently.
node.js >= 20.xas the environment for developmentpnpm >= 9.2as the package managerchangeset >= 2.27as versioning and publishing toolturbo >= 1.9as the monorepo orchestratorbiome >= 1.7as the code formatter and linter
- /configs: Static/Semi-Static configuration files in json, yaml, or commonjs
- /packages: Meta packages to work with frameworks and tools
| Name | Type | NPM | Issues |
|---|---|---|---|
@adaliszk/dprint |
Config | ||
@adaliszk/biome |
Config | ||
@adaliszk/qwik |
Config+Facade | ||
@adaliszk/qwik-storybook |
Bundle | ||
@adaliszk/qwik-testing |
- | - | - |
@adaliszk/react |
Bundle | ||
@adaliszk/react-storybook |
- | - | - |
@adaliszk/react-testing |
- | - | - |
@adaliszk/typescript-testing |
Bundle | ||
@adaliszk/web-compiler |
Bundle | ||
@adaliszk/web-storybook |
- | - | - |
@adaliszk/web-testing |
- | - | - |
While this is my personal toolbox, you are free to use it and contribute to it!
Bugreports are especially welcomed!