Skip to content

🧰 Shared configurations and utilities for @ApiTreeCZ projects

Notifications You must be signed in to change notification settings

ApiTreeCZ/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiTree s.r.o.

Toolbox

QA Test Release

Shared configurations and utilities for ApiTree projects

Powered by Turbo

Getting Started

Prerequisites

  • node.js v22
  • pnpm v10

Installation

git clone git@github.com:ApiTreeCZ/toolbox.git
cd toolbox
pnpm install

Workspaces

This monorepo is structured as follows:

  • packages/
    • cli/: Contains the CLI for ApiTree projects.
    • eslint-config/: Contains the ESLint configurations.
    • lint-staged-config/: Contains the lint-staged configuration.
    • prettier-config/: Contains the Prettier configuration.
    • testing-library/: Contains the React Testing Library setup.
    • ts-config/: Contains the TypeScript configurations.
    • ts-utils/: Contains the TypeScript utility functions.
    • typedoc-config/: Contains the TypeDoc configuration.
    • vitest-config/: Contains the Vitest configurations.

Authors

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.