with-url-state

v3.0.0-beta.2
[![CircleCI](https://circleci.com/gh/Dean177/with-url-state.svg?style=shield)](https://circleci.com/gh/Dean177/with-url-state) [![codecov](https://codecov.io/gh/Dean177/with-url-state/branch/master/graph/badge.svg)](https://codecov.io/gh/Dean177/with-url-

build

rm -rf dist && tsc

build:demo

rm -rf demo-build && cd demo && yarn && yarn build && mv build ../demo-build

deploy:demo

gh-pages -d demo-build

lint

tslint --fix

prettify

prettier --parser typescript --write

format

yarn lint src/**/*.ts src/**/*.tsx example/src/**/*.ts example/src/**/*.tsx && yarn prettify src/**/*.ts src/**/*.tsx example/src/**/*.ts example/src/**/*.tsx

prepublishOnly

yarn build

report-coverage

codecov

start

tsc --watch

test

jest

typecheck

tsc

Metadata

  • MIT
  • Whatever
  • Dean Merchant
  • released 1/22/2020

Downloads

Maintainers