The CedarJS Command Line
Cedar's data migrations as a standalone CLI command. The utility here is mainly for Docker.
This CLI package is intended to be used with the [Storybook Framework package](../../storybook/README.md). Get started as follows:
This package is used by auth provider setup scripts.
CedarJS's HTTP server for Serverless Functions
Storybook for CedarJS
Cedar believes the future is serverless and multi-client. And `@cedarjs/api` makes Cedar serverless and multi-client ready. Cedar has one API to rule them all. Your API is abstracted away from any one side of your application, so you can have as many side
Custom ESLint plugins used for standalone CedarJS ESLint lint rules. These rules are ment to be consumed via the larger [`@cedarjs/eslint-config`](https://github.com/cedarjs/cedar/tree/main/packages/eslint-config).
Tools, wrappers and configuration for testing a Cedar project.
<!-- toc -->
<p align="center"> <img src="https://avatars.githubusercontent.com/u/211931789?s=200&v=4" width="200" /> <h1 align="center">CedarJS</h1> <p align="center"> <a href="https://cedarjs.com/discord"> <img src="https://img.shields.io/badge/Disco
Provides background job scheduling and processing for CedarJS.
A package containing the code needed to build React applications using the CedarJS Framework.
Foundational packages and config required to build CedarJS
Cedar's Babel config. This package has been extracted out of `@cedarjs/internal`.
noun: the arrangement of and relations between the parts or elements of something complex
The real-time solution for CedarJS is initially for GraphQL.
Codemods to ease upgrading a CedarJS Project
This package houses
Terminal User Interface for CedarJS. A collection of helpful functions to standardise and simplify terminal output.
This is the built-in router for Cedar apps. It takes inspiration from Ruby on Rails, React Router, and Reach Router, but is very opinionated in its own way.
Shared utilities for CedarJS packages and apps
CedarJS collects completely anonymous telemetry data about general usage.
```tsx filename='entry.server.tsx' import type { TagDescriptor } from '@cedarjs/web'