geistui-tree-nosort

v2.3.8
Modern and minimalist React UI library.
geist geist ui components react components react ui

dev

yarn docs:collect && next dev

docs:start

next start

docs:collect

node scripts/collect-meta.js

docs:seeds

node scripts/seeds/update.js

docs:build

yarn docs:collect & yarn docs:seeds && next build

prettier

prettier --write .

lint

eslint "{components,lib}/**/*.{js,ts,tsx}"

test

jest --config .jest.config.js --no-cache

test:update

jest --config .jest.config.js --no-cache --update-snapshot

test:coverage

yarn test --coverage

build:clear

rm -rf ./dist ./esm

build:rollup

rollup -c scripts/rollup.config.js

build:webpack

webpack --config scripts/webpack.config.js

build:babel

babel --no-babelrc --config-file ./scripts/babel.config.js --extensions ".js,.ts,.tsx" ./components --out-dir ./esm --ignore "**/__tests__/**/*,**/*.d.ts"

build:after

node scripts/move-built-in.js

build:types

ttsc -p ./scripts & ttsc -p ./scripts --outDir ./esm

build

yarn build:clear && yarn build:rollup && yarn build:babel && yarn build:types && yarn build:after

release

yarn build && yarn publish --access public --non-interactive
npm i geistui-tree-nosort

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/27/2022

Downloads

Maintainers