Skip to content

robxbob/conveyor_components

 
 

Repository files navigation

Conveyor

Conveyor is a comprehensive UI library for quickly building UI components to interact with GraphQL APIs generated by the Magql library. It provides an intuitive and user-friendly interface for performing CRUD (Create, Read, Update, Delete) operations on your GraphQL data.

Usage

First, install the library:

pnpm install @autoinvent/conveyor

Then you can use it in your project.

Scripts

  • pnpm build - build library for production. The generated files will be on the dist folder. pnpm pack will package these files into a tarball for install.
  • pnpm preview - locally preview the production build.
  • pnpm test - run tests in watch mode.
  • pnpm test:ci - run tests once without watch mode.
  • pnpm test:ui - run tests with ui.
  • pnpm format - format all files with Rome.
  • pnpm lint - runs TypeScript, Rome and Stylelint.
  • pnpm validate - runs lint, test:ci.

About

The base code for conveyor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.0%
  • CSS 27.9%
  • Other 0.1%