react-file-utils

v0.3.11
React components for managing files and images

docs

styleguidist build

lint

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

test

cross-env CI=1 react-scripts test --env=jsdom

build

rollup -c && flow-copy-source src dist && cp -R src/styles src/images dist/

start

rollup -c -w

deploy

eslint

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

prepare

yarn run build

version

yarn docs && git add docs && git add yarn.lock

lint-fix

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

prettier

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

predeploy

eslint-fix

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

preversion

yarn install && git add yarn.lock

test:watch

react-scripts test --env=jsdom

docs-server

styleguidist server

postversion

git push && git push --tags && npm publish

prettier-fix

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

Metadata

Downloads