@geist-ui/react

v2.2.0-dev.3
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:esm

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

build:webpack

webpack --config scripts/webpack.config.js

build:types

ttsc -p ./scripts

build:esm-types

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

build

yarn clear && yarn build:esm && yarn build:webpack && yarn build:types && yarn build:esm-types

release

yarn build && yarn publish --access public --non-interactive
npm i @geist-ui/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/13/2021

Downloads