@trieb.work/next-optimized-redis-cache
v1.0.0
Published
A fast, optimized Redis cache for Next.js
Downloads
172
Readme
TypeScript Package Template
This is a template for creating a TypeScript package.
Features
- TypeScript
- Eslint
- Prettier
- Semantic Release to NPM and GitHub Releases with auto-generated changelog
- Testing with Vitest
- GitHub Actions for test, build and release on main branch
- Commit message hook for linting staged files
- Conventional Commits
- Code Coverage Report and PR Comments
Getting Started
- Clone the repository
- For private repos: set NPM_TOKEN in repository secrets (For public repos, it is already set via organization secrets)
- Run
pnpm install
to install the dependencies - Run
pnpm run build
to build the project - Run
pnpm run dev
to develop the project - Run
pnpm run test
to test the project
License
This project is licensed under the MIT License. See the LICENSE file for details.