4.7.11 • Published 10 months ago

@kitschpatrol/mdat-config v4.7.11

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@kitschpatrol/mdat-config

NPM Package @kitschpatrol/mdat-config License: MIT

MDAT configuration for @kitschpatrol/shared-config.

Overview

It's a shared MDAT (Markdown Autophagic Template) system config.

See @kitschpatrol/shared-config for the recommended single-package approach.

Setup

To use just mdat-config in isolation:

  1. Install the .npmrc in your project root. This is required for correct PNPM behavior:

    pnpm dlx @kitschpatrol/repo-config --init
  2. Add the package:

    pnpm add -D @kitschpatrol/mdat-config
  3. Add the starter .mdatrc.ts file to your project root, and add any customizations you'd like:

    pnpm exec mdat-config --init

Usage

The mdat binary is specified as a peer dependency, and should be installed up automatically by PNPM.

You can call it directly, or use the script bundled with the config.

Integrate with your package.json scripts as you see fit, for example:

"scripts": {
  "lint": "mdat-config --check"
  "format": "mdat-config --fix"
}

"Fix" in this case is a slight misnomer for consistency with the other shared-config tools.

It runs mdat readme expand to expand placeholder comments in your readme.md using the bundled mdat readme expansion rules, plus custom rules provided by mdat-config's mdat.config.ts file, plus any additional rules specified in the repository-specific .mdatrc.ts file.

CLI

Command: mdat-config

MDAT configuration for @kitschpatrol/shared-config.

Usage:

mdat-config [<file|glob> ...]
OptionArgumentDescription
--check-cCheck for and report issues. Same as mdat-config.
--fix-fFix all auto-fixable issues, and report the un-fixable.
--init-iInitialize by copying starter config files to your project root.
--print-config-p<path>Print the effective configuration at a certain path.
--help-hPrint this help info.
--version-vPrint the package version.

License

MIT © Eric Mika

4.7.11

10 months ago

4.7.10

10 months ago

4.7.9

10 months ago

4.7.8

10 months ago

4.7.7

10 months ago

4.7.6

10 months ago

4.7.5

10 months ago

4.7.4

10 months ago

4.7.3

10 months ago

4.6.7

1 year ago

4.7.2

1 year ago

4.7.1

1 year ago

4.7.0

1 year ago

4.6.6

1 year ago

4.6.5

1 year ago

4.6.4

1 year ago

4.6.3

1 year ago

4.6.2

1 year ago

4.6.1

1 year ago

4.6.0

1 year ago

4.5.0

1 year ago

4.4.3

1 year ago

4.4.1

1 year ago

4.4.2

1 year ago

4.4.0

1 year ago