spellbookx
v0.11.1
Published
CLI tool for the Spellbookx ecosystem to setup linting, formatting, and commit standards.
Maintainers
Readme
spellbookx CLI
A CLI tool for the Spellbookx ecosystem to quickly setup linting, formatting, and commit standards.
Installation
pnpm add -D spellbookxUsage
Initialize a new project:
pnpm dlx spellbookx create [workspace-name]Or setup tools in an existing project:
pnpm spellbookx initor using the alias:
pnpm sbx initFeatures
- Project Scaffolding: Create new workspaces using official templates.
- ESLint: Setup
eslint-plugin-spellbookxwith customizable configurations. - Prettier: Setup
prettier-config-spellbookxwith customizable configurations. - CSpell: Setup
cspell-config-spellbookx. - Commitlint: Setup
commitlint-config-spellbookxandcz-git. - Git Hooks: Choose between
LefthookandHuskyfor git hooks. - EditorConfig: Ensures a
.editorconfigfile is present.
License
MIT
