Registry / devops / sppt-lint-init

sppt-lint-init

JSON →
library1.0.8jsnpmunverified

A CLI tool that initializes sppt-lint configuration files in your project with a single npx command. Version 1.0.8 is the current stable release. It prompts users to select a preset configuration, then generates .sppt-lintrc files adapted to common project types (Node.js, React, TypeScript). Unlike manual lint setup, this tool automates boilerplate and standardizes config decisions across teams.

npm install sppt-lint-init
INSTALL
IMPORT
SIG · SPPT-LINT-INIT
S
sppt-lint-init
devopsjavascriptv1.0.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Runs the initialization wizard to generate sppt-lint configuration files.

npx sppt-lint-init
sppt-lint-init --version
Debug
Known issues
gotchaThe tool overwrites existing .sppt-lintrc files without backup.
fix
Manually back up existing config before running the command.
affects: >=1.0.0
gotchaThe generated configuration might not include all necessary overrides for monorepos.
fix
Review and adjust the generated config for multi-package repositories.
affects: >=1.0.0
Errors
Common errors & fixes
command not found: npx
Node.js/npm not installed or not in PATH.
fix
Install Node.js from https://nodejs.org/ and ensure npm is available.
Error: Cannot find module 'sppt-lint'
sppt-lint is not installed locally.
fix
Run `npm install sppt-lint` before running sppt-lint-init.
Upgrade
Version history
1.0.8latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
2
Resources
sppt-lint-init — npm install sppt-lint-init · libregistry