Scribe Config Lint
raw JSON → 0.0.1 verified Fri May 01 auth: no javascript
A CLI tool to lint Scribe configuration files. Version 0.0.1, early development stage with minimal features. Runs on Node.js >=0.4. Simple usage via command line with --file option. No active maintenance or community adoption. Compared to general JSON/YAML linters, it is specific to Scribe configuration syntax.
Warnings
gotcha Package is extremely early stage (v0.0.1). No guarantees on stability or correctness. May not work with modern Node versions. ↓
fix Consider using a general YAML/JSON linter or wait for a stable release.
Install
npm install scribe-config-lint yarn add scribe-config-lint pnpm add scribe-config-lint Imports
- bin/scribe-config-lint wrong
require('scribe-config-lint')correctnpx scribe-config-lint --file config.json
Quickstart
npx scribe-config-lint --file scribe.conf