Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
<div align="center">

# [~OMSS Framework~ MOVED](https://github.com/omss-spec/core)

[![NPM Version](https://img.shields.io/npm/v/@omss/framework.svg)](https://www.npmjs.com/package/@omss/framework)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.3+-blue.svg)](https://www.typescriptlang.org/)
[![OMSS Spec](https://img.shields.io/badge/OMSS-v1.0.0-orange.svg)](https://github.com/omss-spec/omss-spec)
[![Node.js](https://img.shields.io/badge/Node.js-20.6+-green.svg)](https://nodejs.org/)

</div>

> [!CAUTION]
> We are writing this whole thing new. If you are looking to implement OMSS v1, you can still use this framework.
>
> Starting OMSS v1.1 and future releases will be moved to: https://github.com/omss-spec/core
> The whole structure/usage will be different. Please bear with us while we are migrating.

---

<details><summary>Click me to read the old readme.</summary>

<div align="center">

# OMSS Framework

[![NPM Version](https://img.shields.io/npm/v/@omss/framework.svg)](https://www.npmjs.com/package/@omss/framework)
Expand Down Expand Up @@ -646,6 +668,8 @@ This implementation follows the [OMSS Standard](https://github.com/omss-spec/oms

Contributions are welcome! Please read [our contributing guidelines](https://github.com/omss-spec/omss-spec/blob/main/CONTRIBUTING.md) before submitting PRs.

</details>

## 📄 License

MIT License - see [LICENSE](./LICENSE) file for details.
Expand Down
Loading