Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 8.68 KB

README.md

File metadata and controls

46 lines (35 loc) · 8.68 KB

My frequently used NPM packages wrapped up into easy-to-use packs

AdaLiszk's Node Toolbox

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.

Prerequisites

Folder structure

  • /configs: Static/Semi-Static configuration files in json, yaml, or commonjs
  • /packages: Meta packages to work with frameworks and tools

Packages

Name Type NPM Issues
@adaliszk/dprint Config NPM Issues
@adaliszk/biome Config NPM Issues
@adaliszk/qwik Config+Facade NPM Issues
@adaliszk/qwik-storybook Bundle NPM Issues
@adaliszk/qwik-testing - - -
@adaliszk/react Bundle NPM Issues for React Bundle
@adaliszk/react-storybook - - -
@adaliszk/react-testing - - -
@adaliszk/typescript-testing Bundle NPM Issues for Typescript Testing
@adaliszk/web-compiler Bundle NPM Issues for Web Compiler
@adaliszk/web-storybook - - -
@adaliszk/web-testing - - -

Contributions

While this is my personal toolbox, you are free to use it and contribute to it!
Bugreports are especially welcomed!