adamsvystun / filtry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filtry

Library to filter collections of data based on boolean logic filters.

Look in test folders to see example usage.

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't 😉)

About

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%