react-cookie-consent

v9.0.0
A small, simple and customizable cookie consent bar for use in React applications.
react cookie consent cookiebar

analyze

size-limit --why

build

tsdx build

build-storybook

build-storybook

install-husky

npx husky install

lint

tsdx lint

major

npm --no-git-tag-version version major

minor

npm --no-git-tag-version version minor

organize

npx format-package -w && npx sort-package-json

patch

npm --no-git-tag-version version patch

prepare

tsdx build

prettier

prettier 'src/**/*.{js*,ts*,htm*,md,scss}' --write

publish

npx np

release

npm run build && git add -A && git tag $npm_package_version && git commit -m "release $npm_package_version" && git push && git push --tags && npm publish

release-major

npm run major && npm run release

release-minor

npm run minor && npm run release

release-patch

npm run patch && npm run release

size

size-limit

start

tsdx watch

storybook

start-storybook -p 6006

test

tsdx test --passWithNoTests

preversion

grep "\[$npm_package_version\]" CHANGELOG.md > /dev/null || ( echo 'You need to add an entry in CHANGELOG.md for this version.' && false )
npm i react-cookie-consent

Metadata

  • MIT
  • >=10
  • Rick van Lieshout
  • released 10/16/2023

Downloads

Maintainers