Skip to content

Afpiya/base

Repository files navigation

Monorepo containing development tools 🎭

Tools 💫

  • Eslint
  • Prettier
  • Vitest
  • Stylelint
  • Commitlint

EditorConfig 📝

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 2
trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_style = space
indent_size = 2

BeachBall 🏖️

  • go to the desired package, make changes, commit to base
  • write pnpm change
  • then check pnpm check / probably doesn't work because of .gitignore, can be skipped
  • and publish the desired package while in base pnpm run publish -- --scope packages/... --no-push or just pnpm run publish -- --no-push.

About

Monorepo containing development tools 🎭

Topics

Resources

License

Stars

Watchers

Forks