Skip to content

Files

Latest commit

4cf7541 · Jan 31, 2025

History

History
61 lines (41 loc) · 1.88 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.88 KB
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 [email protected]: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.