Scaffold JavaScript projects with a zero-config setup for testing (Jest), linting (ESLint + Prettier), and release (semantic-release). Version 2.27.x, active development. Differentiator: opinionated all-in-one toolkit that enforces modern JS practices, including CI scripts and precommit hooks, reducing decision fatigue for new projects. Requires Node >=22.18.0.
npm install aberlaasNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows main exports: init, lint, test, release. Assumes Node >=22.18.0 with ESM.
Use import syntax and ensure package.json has "type": "module".
Upgrade Node to >=22.18.0 or pin to earlier version.
Configure lint-staged in your project instead of using the 'precommit' flag.
Backup existing files before running init, or specify a fresh directory.
Set GITHUB_TOKEN environment variable or run with 'dryRun: false' only in CI.
Run 'npm install aberlaas' or 'yarn add aberlaas'.
Add "type": "module" to package.json or rename file to .mjs.
Use 'import { init } from 'aberlaas'' instead of 'import init from 'aberlaas''.No dependency data recorded yet.