dna_ggsuite 0.2.1 copy "dna_ggsuite: ^0.2.1" to clipboard
dna_ggsuite: ^0.2.1 copied to clipboard

DNA of all ggsuite repos: every topic layer in one dependency

dna_ggsuite #

The DNA of every ggsuite repo: one dependency that pulls in the whole set of topic layers.

Add this one layer and a repo gets the README structure, the guides, the translations, the index, the blog format, the install guides, the VS Code settings, the clean code and test conventions, and the gg workflow.

Layers #

Layer What it brings
dna_readme README structure and templates
dna_guides developer and AI guides
dna_translate multi-language docs, de and en in sync
dna_index index and navigation files
dna_blog blog format, templates, layout
dna_install install guides: editor, node, Azure, tooling
dna_vscode shared editor settings and extensions
dna_clean_code how code is written and tested, incl. the Dart specifics
dna_gg the gg workflow, and the scripts it calls

This layer carries no files of its own — it exists to compose the ones above. Everything a ggsuite repo sees comes from them.

Variables #

  • dnaCopyrightHolder — the name in the license header of every file, set to ggsuite here

Usage #

Declare it as a dev-dependency and initialize once:

pnpm add -D @tssuite/dna-ggsuite   # TypeScript projects
dart pub add dev:dna_ggsuite       # Dart projects
gg dna init

The placed test instantiates and verifies the DNA on every test run.

Renamed #

Up to 0.1.0 this package was called gg_dna_ggsuite (@tssuite/gg-dna-ggsuite on npm). A published package cannot be renamed, so 0.2.0 continues under the new name and the old one is discontinued.

Development #

The dna/ folder is hand-authored source and is never generated. The repo instantiates its own DNA — run dart test after changes; commit first, a file the DNA would overwrite must not carry uncommitted work.

0
likes
150
points
517
downloads

Documentation

API reference

Publisher

verified publisherinlavigo.com

Weekly Downloads

DNA of all ggsuite repos: every topic layer in one dependency

Repository (GitHub)

License

MIT (license)

Dependencies

dna_blog, dna_clean_code, dna_gg, dna_guides, dna_index, dna_install, dna_readme, dna_scripts, dna_translate, dna_vscode

More

Packages that depend on dna_ggsuite