Skip to content

Developer Resources

Three downloads to scaffold CDAT in any project.

VS Code Snippets

Four snippets - cdat-components, cdat-data, cdat-actions, cdat-test - to scaffold an entire feature in seconds.

📥 Download cdat-pattern.code-snippets

Install

  1. Open Command Palette (⌘⇧P on Mac, Ctrl+Shift+P on Windows/Linux)
  2. Run "Snippets: Configure User Snippets"
  3. Choose "New Global Snippets file…"
  4. Name it cdat-pattern.code-snippets
  5. Paste the downloaded content

Usage

In any .ts file, type the prefix and press Tab:

  • cdat-components → Components class
  • cdat-data → Data types + fixtures
  • cdat-actions → Actions class
  • cdat-test → Test boilerplate

Feature Template (zip)

An empty CDAT folder ready to drop into your features/ directory.

📥 Download cdat-template.zip

Usage

unzip cdat-template.zip
mv basic-feature features/my-feature
cd features/my-feature
mv components.ts.template components.ts
mv data.ts.template data.ts
mv actions.ts.template actions.ts
mv test.ts.template test.ts

README Badge

Show that your project uses CDAT.

Built with CDAT Pattern

Markdown

[![Built with CDAT Pattern](https://cdat.sdet.it/badge.svg)](https://cdat.sdet.it)

HTML

<a href="https://cdat.sdet.it">
  <img src="https://cdat.sdet.it/badge.svg" alt="Built with CDAT Pattern">
</a>