Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cbf2af6
(feat): add vite config
YvetteNikolov Jul 28, 2025
849f098
(feat): get something working in toolkit
YvetteNikolov Jul 28, 2025
245fbba
(feat): refactor log system, refactor build scripts to helper functions
YvetteNikolov Jul 29, 2025
81fedb7
(chore): add optional dependencies and small refactors
YvetteNikolov Jul 29, 2025
e414200
(feat): remove console.log
YvetteNikolov Jul 29, 2025
b4593d8
(chore): update vite brave config
YvetteNikolov Jul 29, 2025
9cb2a7b
(chore): some readme
YvetteNikolov Jul 29, 2025
f43e293
(chore): regenerate lock file
YvetteNikolov Jul 29, 2025
2380863
(feat): extract spawn to separate helper function
YvetteNikolov Jul 30, 2025
ccf11c6
(chore): readme and cleanup
YvetteNikolov Jul 30, 2025
d730fd8
(refactor): to use entrypoints in braveConfig
YvetteNikolov Jul 31, 2025
2235072
(chore): multiple paths for one type
FreakyWizard Aug 12, 2025
432d76d
(chore): add default fallback
FreakyWizard Aug 12, 2025
509a800
(chore): add addQuotsToStrings
FreakyWizard Aug 12, 2025
4c22f0f
(fix): eslint errors
FreakyWizard Aug 12, 2025
21c1b34
(chore): remove babel
FreakyWizard Aug 12, 2025
540c1a4
(fix): please eslint by givning a full path
FreakyWizard Aug 12, 2025
ae9d873
(chore): run format
FreakyWizard Aug 12, 2025
ed7565d
Revert "(chore): remove babel"
FreakyWizard Aug 12, 2025
7d16544
(chore): remove jsx update readme
FreakyWizard Aug 12, 2025
bf9d602
(chore): restore tailwind import
FreakyWizard Aug 12, 2025
94234fd
(chore): restore index
FreakyWizard Aug 12, 2025
009795e
(chore): update vite to ^7.0.0 and all other dependencies
YvetteNikolov Aug 18, 2025
febd102
(fix): vite cors error
YvetteNikolov Aug 18, 2025
92b5f7b
(feat): add @yardinternet/vite-plugin-gutenberg-blocks
YvetteNikolov Aug 18, 2025
24a3b89
(chore): add configFile option
YvetteNikolov Aug 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Yard Toolkit

Yard Toolkit centralizes configuration files for formatting and linting, among other things.
Yard Toolkit centralizes configuration files for building, formatting and linting, among other things.
It is used by the WordPress team for sites and packages.

## Packages
Expand All @@ -10,6 +10,7 @@ It is used by the WordPress team for sites and packages.
- [@yardinternet/stylelint-config](packages/stylelint-config/README.md)
- [@yardinternet/postcss-config](packages/postcss-config/README.md)
- [@yardinternet/toolkit](packages/toolkit/README.md)
- [@yardinternet/vite-config](packages/vite-config/README.md)

## 👷‍♀️ Package Development

Expand Down
Loading