filter-string

v0.2.0
Parse and stringify RESTFul filter string
parser stringify restful query filter

test

cross-env NODE_ENV=test && nyc ava --verbose

flow

flow

lint

eslint ./src

coverage

nyc report --reporter=text-lcov | coveralls

prepublishOnly

npm run flow && npm run lint && npm run test

build

cross-env NODE_ENV=production && npm run compile && npm run compile:es && rollup -c

compile

babel src -d lib --presets=env,stage-0,flow --plugins=add-module-exports

compile:es

babel src -d es

prepare

npm run build

Metadata

  • MIT
  • >= 4
  • kagawagao
  • released 12/5/2017

Downloads

Maintainers