Skip to content

Commit c747350

Browse files
committed
feat: WarpDrive package unification
1 parent 42f0292 commit c747350

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

warp-drive-packages/core/README.md

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<h1 align="center">
2+
<img
3+
class="project-logo"
4+
src="https://github.com/emberjs/data/blob/main/logos/github-header.svg#gh-light-mode-only"
5+
alt="WarpDrive | Boldly go where no app has gone before"
6+
title="WarpDrive | Boldly go where no app has gone before"
7+
/>
8+
<img
9+
class="project-logo"
10+
src="https://github.com/emberjs/data/blob/main/logos/github-header.svg#gh-dark-mode-only"
11+
alt="WarpDrive | Boldly go where no app has gone before"
12+
title="WarpDrive | Boldly go where no app has gone before"
13+
/>
14+
</h1>
15+
16+
![NPM Stable Version](https://img.shields.io/npm/v/ember-data/latest?label=version&style=flat&color=FFC474)
17+
![NPM Downloads](https://img.shields.io/npm/dm/ember-data.svg?style=flat&color=FFC474)
18+
![License](https://img.shields.io/github/license/emberjs/data.svg?style=flat&color=FFC474)
19+
[![Docs](./logos/docs-badge.svg)](https://api.emberjs.com/ember-data/release)
20+
[![Discord Community Server](https://img.shields.io/badge/Discord-grey?logo=discord&logoColor=FFC474)](https://discord.gg/zT3asNS
21+
)
22+
23+
<p align="center">
24+
<br>
25+
<a href="https://warp-drive.io">WarpDrive</a> is a lightweight data library for web apps &mdash;
26+
<br>
27+
universal, typed, reactive, and ready to scale.
28+
<br/><br/>
29+
<p>
30+
31+
WarpDrive provides features that make it easy to build scalable, fast, feature
32+
rich application &mdash; letting you ship better experiences more quickly without re-architecting your app or API. WarpDrive is:
33+
34+
- ⚡️ Committed to Best-In-Class Performance
35+
- 🌲 Focused on being as svelte as possible
36+
- 🚀 SSR Ready
37+
- 💚 Typed
38+
- 🔜 works with any framework
39+
- ⚛️ Supports any API: `GraphQL` `JSON:API` `REST` `tRPC` ...bespoke or a mix
40+
- 🐹 Built with ♥️ by [Ember](https://emberjs.com)
41+
42+
<br>
43+
<br>
44+
45+
*Get Started*[Guides](./guides/index.md)
46+
47+
<br>
48+
49+
---
50+
51+
<br>
52+
53+
## Quick Links
54+
55+
- [Installation](#installation)
56+
- [API Docs](https://api.emberjs.com/ember-data/release)
57+
- [Guides](./guides/index.md)
58+
- [Build Config](./packages/build-config/README.md)
59+
- [Ember Compatibility](#compatibility)
60+
- [The Big List of Versions](#the-big-list-of-versions)
61+
- [Contributing](./CONTRIBUTING.md)
62+
- [Community & Help](https://emberjs.com/community)
63+
- [RFCs](https://github.com/emberjs/rfcs/labels/T-ember-data)
64+
- [Team](https://emberjs.com/team)
65+
- [Blog](https://emberjs.com/blog)
66+
67+
<br>
68+
69+
## Installation
70+
71+
```sh
72+
pnpm add @warp-drive/core
73+
```
74+
75+
<br>
76+
77+
## Code of Conduct
78+
79+
Refer to the [Code of Conduct](https://github.com/emberjs/data/blob/main/CODE_OF_CONDUCT.md) for community guidelines and inclusivity.
80+
81+
<br>
82+
83+
### License
84+
85+
This project is licensed under the [MIT License](LICENSE.md).

warp-drive-packages/core/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "@warp-drive/core",
3+
"version": "5.4.0-alpha.142",
4+
"description": "Core package for WarpDrive | All the Universal Basics"
5+
}

0 commit comments

Comments
 (0)