react-file-utils

v1.2.0
React components for managing files and images

docs

styleguidist build

lint

prettier --list-different '**/*.{js,ts,tsx,md,json}' .eslintrc.json .prettierrc .babelrc && eslint '**/*.{js,ts,tsx,md}' --max-warnings 0 && stylelint '**/*.{css,scss}'

test

cross-env CI=1 react-scripts test

build

rm -rf dist && yarn types && rollup -c && cp -R src/styles dist/

start

tsc --watch

types

tsc --strict

deploy

eslint

eslint '**/*.{js,ts,tsx,md}' --max-warnings 0

analyze

size-limit --why

prepare

yarn run build

lint-fix

prettier --write '**/*.{js,ts,tsx,md,json}' .eslintrc.json .prettierrc .babelrc && eslint --fix '**/*.{js,ts,tsx,md}' --max-warnings 0 && stylelint --fix '**/*.{css,scss}'

prettier

prettier --list-different '**/*.{js,ts,tsx,md,json}' .eslintrc.json .prettierrc .babelrc

predeploy

eslint-fix

eslint --fix '**/*.{js,ts,tsx,md}' --max-warnings 0

test:watch

react-scripts test --env=jsdom

docs-server

styleguidist server

prettier-fix

prettier --write '**/*.{js,ts,tsx,md,json}' .eslintrc.json .prettierrc .babelrc

semantic-release

semantic-release
npm i react-file-utils

Metadata

  • BSD-3-Clause
  • 10.* || >= 11.* || >= 12.*
  • GetStream
  • released 7/14/2022

Downloads