@table-library/react-table-library

v0.0.52
react-table-library
react table react-table react-table-library datagrid react-datagrid

prettier

prettier './src/**/*.js'

prettier:write

npm run prettier -- --write

prettier:check

npm run prettier -- --check

lint

eslint '**/*.js' --ignore-pattern .eslintignore --max-warnings 0

lint:check

npm run lint

lint:fix

npm run lint -- --fix

test

jest --config ./.storybook/jest.config.json

test:watch

npm run test -- --watch

test:update

npm run test -- --u

loki:test

loki test

loki:update

loki update

storybook:dev

start-storybook --docs -s ./static -c .storybook -p 9001

storybook:build

build-storybook --docs -s ./static -c .storybook -o dist

library:build

webpack --config ./webpack.config.js --mode=production

prepublishOnly

npm run test && npm run prettier:check && npm run lint:check && npm run library:build
npm i @table-library/[email protected]

Metadata

Downloads