/rangka

Rangka is a Next.js repository bootstrapped with battery pack included

Primary LanguageTypeScript

Rangka

Rangka is a Next.js repository bootstrapped with battery pack included 🔋

Battery Pack Included

  • Eslint and Prettier to find, fix and format your code
  • Unit test configuration using jest and react-testing-library
  • Husky and Lint-staged to ensure your code is checked before they are commited
  • Conventional Commitlint to check your commit-message follow the same convention
  • Module path aliases to simplify the way you import your modules
  • Release-please to automate your versioning and releasing your projects

Version and Release

Before using the release-please package, add GITHUB_PERSONAL_PUBLIC_TOKEN variable to your environment shell

export GITHUB_PERSONAL_PUBLIC_TOKEN=<your_gh_personal_access_token>

Reference

  1. Next.js
  2. Eslint
  3. Prettier
  4. Jest
  5. React Testing Library
  6. Husky
  7. Lint-staged
  8. Commitlint
  9. Conventional-commit
  10. Release-please