Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

confiks

Kordrad14MIT1.12.0

Confiks is a library designed to assist in the installation and configuration of frontend projects. Utilize this Command Line Interface (CLI) to swiftly install essential dependencies.

confiks, cli, git, init, configure, configuration, frontend, npm, pnpm, yarn, biomejs, @commitlint/cli, @commitlint/config-conventional, eslint, eslint-plugin-prettier, eslint-plugin-simple-import-sort, eslint-plugin-unicorn, eslint-plugin-unused-imports, husky, lint-staged, prettier, prettier-plugin-organize-attributes, stylelint, stylelint-config-standard-scss

readme

Confiks Cli

Confiks is a CLI library designed to assist in the installation and configuration of frontend projects. This Command Line Interface (CLI) aids in swiftly installing essential dependencies.

VERSION LICENSE REPO

Usage

usage example

npm
npx confiks@latest -y
pnpm
pnpm dlx confiks@latest
yarn
yarn dlx confiks@latest

Why?

Confiks was developed to automate and optimize the process of setting up and configuring various tools for the projects. The ultimate goal is to save time on initial project setup and allow developers to focus on coding rather than dealing with configuration complexities.

Features

Packages Support

Formatters
Automation
Linters

Package Managers Support

  • NPM
  • PNPM
  • YARN

changelog

1.12.0 (2024-06-11)

🚀 Features

  • yarn: add package manager support (#159)

❤️ Thank You

  • Konrad @Kordrad

1.11.0 (2024-05-30)

🚀 Features

  • pnpm manager: add pnpm command to configure projects (#149)

❤️ Thank You

  • Kordrad @Kordrad

1.10.0 (2024-05-15)

🚀 Features

  • biome: add package (#99)

🩹 Fixes

  • eslint-config: remove unnecessary ignorePatterns property (#116)
  • lint-staged: run eslint also for HTML (#118)
  • prettier: remove bracketSameLine rule (#119)

❤️ Thank You

  • Kordrad @Kordrad

1.9.2 (2024-04-29)

🩹 Fixes

  • eslint-config: remove unnecessary ignorePatterns property (#116)
  • lint-staged: run eslint also for HTML (#118)
  • prettier: remove bracketSameLine rule (#119)

❤️ Thank You

  • Kordrad @Kordrad

1.9.1 (2024-04-22)

This was a version bump only, there were no code changes.

1.9.0 (2024-04-16)

🚀 Features

  • dependabot: add github plugin (#101)
  • scripts: add to package.json scripts (#100)

🩹 Fixes

  • package.json: remove additional scripts (#102)

❤️ Thank You

  • Kordrad @Kordrad