Skip to content

Commit

Permalink
chore: add requirement to set up kcws project
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Sep 7, 2024
1 parent b72b105 commit e5947c3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Development notes

## Required features

- typescript / javascript
- lint-staged && husky (git-hooks)
- linters
- eslint
- prettier
- commitlint && commitizen
- test framework (select one)
- jest
- vitest
- documentations
- typedoc
- dependencies upgrade
- dependabot
- npm-check-updates (not recommended)
- package generator
- release
- conventional commits
- indenpendent versions

Check warning on line 22 in DEV.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (indenpendent)
- support release by GitHub Actions

0 comments on commit e5947c3

Please sign in to comment.