Word Counter
| Field | Value |
|---|---|
| Name | word-counter |
| Category | starter |
| Complexity | simple |
| Tags | beginner-friendly, pure-transform, e2e-test |
| Author | randybias |
| Min Version | 0.1.0 |
Description
Section titled “Description”Tokenize text, count words, and produce a report. This is the simplest scaffold — ideal for end-to-end testing and learning the Tentacular workflow model.
DAG Structure
Section titled “DAG Structure”source → tokenize → report| Node | Purpose |
|---|---|
source | Produce input text |
tokenize | Split text into tokens |
report | Count words and produce output |
Triggers
Section titled “Triggers”manualonly
Dependencies
Section titled “Dependencies”None — this is a pure-transform tentacle with no external service dependencies.
Config
Section titled “Config”| Key | Default | Description |
|---|---|---|
timeout | 10s | Per-node timeout |
Secrets
Section titled “Secrets”None required.
tntc scaffold init word-countertntc scaffold init word-counter my-custom-nametntc scaffold info word-counterSource
Section titled “Source”Scaffold source: quickstarts/word-counter/