@geist-ui/react

v2.2.4-dev.0
Modern and minimalist React UI library.
geist geist ui components react components react ui

dev

yarn docs-collect && next dev

docs-build

yarn docs-collect && next build

docs-start

next start

docs-collect

node scripts/collect-meta.js

contributor-collect

node scripts/collect-contributors.js

clear

rm -rf ./dist ./esm

lint

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

prettier

prettier --write .

test

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

test-update

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

coverage

yarn test --coverage

now-build

yarn run docs-build

build:rollup

rollup -c scripts/rollup.config.js

build:webpack

webpack --config scripts/webpack.config.js

build:babel

babel --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:esm-entry

babel --config-file ./scripts/babel.config.js ./components/index.ts -o ./esm/index.js

build

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

release

yarn build && yarn publish --access public --non-interactive

postinstall

node scripts/npm-migration-warning.js
npm i @geist-ui/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 1/22/2022

Downloads