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
- Open Command Palette (⌘⇧P on Mac, Ctrl+Shift+P on Windows/Linux)
- Run "Snippets: Configure User Snippets"
- Choose "New Global Snippets file…"
- Name it
cdat-pattern.code-snippets - Paste the downloaded content
Usage
In any .ts file, type the prefix and press Tab:
cdat-components→ Components classcdat-data→ Data types + fixturescdat-actions→ Actions classcdat-test→ Test boilerplate
Feature Template (zip)
An empty CDAT folder ready to drop into your features/ directory.
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.tsREADME Badge
Show that your project uses CDAT.
Markdown
[](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>