@table-library/react-table-library

v2.0.18
react-table-library
react reactjs table datagrid react-table react-datagrid react-data-grid react-data-table react-datatable and 2 more...

prettier

prettier 'src/**/*.{js,ts,tsx}'

prettier:write

npm run prettier -- --write

prettier:check

npm run prettier -- --check

lint

eslint 'src/**/*.{js,ts,tsx}' --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 .storybook -s .storybook/static -p 9001

storybook:build

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

library:build

rollup -c && npm run copypackage && npm run copyreadme

check

npm run test && npm run prettier:check && npm run lint:check

copypackage

cp -rf package.json lib

copyreadme

cp -rf README.md lib

dist

npm run check && npm run library:build && cd lib && npm publish

dist:beta

npm run check && npm run library:build && cd lib && npm publish --tag beta

prepublishOnly

echo "Warning: Don't run 'npm publish' in root. Use 'npm run dist' instead." && exit 0
npm i @table-library/[email protected]

Metadata

  • MIT
  • Whatever
  • Robin Wieruch
  • released 3/23/2022

Downloads