normalizr

v3.6.2
Normalizes and denormalizes JSON according to schema for Redux and Flux applications
flux redux normalize denormalize api json

build

npm run clean && run-p build:*

build:development

NODE_ENV=development rollup -c

build:production

NODE_ENV=production rollup -c

clean

rimraf dist

flow

flow

flow:ci

flow check

lint

yarn lint:cmd --fix

lint:ci

yarn lint:cmd

lint:cmd

eslint . --ext '.js,.json,.snap' --cache

prebuild

npm run clean

precommit

flow check && lint-staged

prepublishOnly

npm run build

test

jest

test:ci

jest --ci

test:coverage

npm run test -- --coverage && cat ./coverage/lcov.info | coveralls

tsc:ci

tsc --noEmit typescript-tests/*

typecheck

run-p flow:ci tsc:ci
npm i normalizr

Metadata

  • MIT
  • Whatever
  • Paul Armstrong
  • released 3/19/2022

Downloads