@reliverse/rse
Version:
@reliverse/rse
105 lines (65 loc) • 2.79 kB
Markdown
# 🤖 Rse
> **@reliverse/rse** is your next-gen AI assistant.
[Sponsor](https://github.com/sponsors/blefnk) — [Discord](https://discord.gg/Pb8uKbwpsJ) — [GitHub](https://github.com/reliverse/rse) — [NPM](https://npmjs.com/@reliverse/rse) — [Introduction](https://blefnk.reliverse.org/blog/articles/package-managers)
## CLI Installation
```bash
# install as a dev dep:
bun add -D @reliverse/rse
# or/and install globally:
bun i -g @reliverse/rse
```
## CLI Usage
```bash
# when installed as a dev dep:
bun rse [command] [options]
# when installed globally:
rse [command] [options]
```
## Framework Installation
Both CLI and framework packages work independently, you're not required to install both.
```bash
bun add @reliverse/rse-rules
```
## Framework Usage
```ts
import { bootstrap, getAvailableFiles } from "@reliverse/rse-rules";
```
## Available Packages
1. `@reliverse/rse-rules`
## Available CLI Commands
All `@reliverse/rse` v2+ commands support both monorepo (recommended) and single-repo (not tested too much yet) contexts.
1. `rse add` generates AI rules for your project.
2. `rse init` generates AI rules for your project.
3. `rse rules` generates AI rules for your project.
## v2 Docs
Docs for v2 will be available soon.
## v1 Docs
Visit [docs.reliverse.org/libraries/rse](https://docs.reliverse.org/libraries/rse) to learn how to install and use `@reliverse/rse` CLI.
## Contributing
A Bun monorepo created with the monorepo bootstrapper.
## Getting Started
```bash
bun install
```
## Workspaces
This monorepo was generated by `dler init`. It uses bun workspaces to manage multiple packages.
## Locations
- cli `rse` (v2): `./cli`;
- cli `rse` (v1): The implementation was moved to dler's repo into `./deprecated` directory;
- packages: `./packages/*`;
### Scripts
Run scripts across all workspaces:
```bash
bun --filter '*' <script>
```
Run scripts for specific packages:
```bash
bun --filter <package-name> <script>
```
## Stand With Ukraine
- 💙 Please help fund drones, medkits, and victory. [Donate now](https://u24.gov.ua), please, it matters.
- 💛 Every dollar helps stop [russia's war crimes](https://war.ukraine.ua/russia-war-crimes) and saves lives.
## Stand With Reliverse
[Star the project repo](https://github.com/reliverse/rse) to help Reliverse community grow; Follow this project's author, [Nazar Kornienko](https://github.com/blefnk) & [Reliverse](https://github.com/reliverse), to get updates about new projects; [Become a sponsor](https://github.com/sponsors/blefnk) and power the next wave of tools that _just feel right_.
## License
Licensed under [MIT](LICENSE) © 2025 [Nazar Kornienko (blefnk)](https://github.com/blefnk), [Bleverse](https://bleverse.com), [Reliverse](https://github.com/reliverse)