Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluentci-io/fluentci-studio
🎙️ The easiest way to explore and manipulate your CI Pipelines in all of your FluentCI projects.
https://github.com/fluentci-io/fluentci-studio
cicd continuous-delivery continuous-integration deno developer-tools docker nix pipeline pkgx webassembly
Last synced: 3 months ago
JSON representation
🎙️ The easiest way to explore and manipulate your CI Pipelines in all of your FluentCI projects.
- Host: GitHub
- URL: https://github.com/fluentci-io/fluentci-studio
- Owner: fluentci-io
- License: mpl-2.0
- Created: 2024-02-09T15:00:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T08:43:39.000Z (3 months ago)
- Last Synced: 2024-08-17T21:33:41.901Z (3 months ago)
- Topics: cicd, continuous-delivery, continuous-integration, deno, developer-tools, docker, nix, pipeline, pkgx, webassembly
- Language: TypeScript
- Homepage: https://app.fluentci.io
- Size: 4.63 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Cover](./.github/assets/fluentci-studio.png)
# FluentCI Studio
[![.github/workflows/tests.yml](https://github.com/fluentci-io/fluentci-studio/actions/workflows/tests.yml/badge.svg)](https://github.com/fluentci-io/fluentci-studio/actions/workflows/tests.yml)
[![build](https://github.com/fluentci-io/fluentci-studio/actions/workflows/release.yml/badge.svg)](https://github.com/fluentci-io/fluentci-studio/actions/workflows/release.yml)
[![discord](https://img.shields.io/discord/1132020671262773358?label=discord&logo=discord&color=5865F2)](https://discord.gg/V4U6dPskKc)FluentCI Studio is a new way for you to explore CI pipelines on FluentCI projects.
## Usage
Run the following command to start FluentCI Studio:
```bash
deno run -A https://cli.fluentci.io studio
```## Building
Run the following command to build FluentCI Studio:
```bash
cd webui && bun install && bun run build && cd ..
cargo build --release
```## Downloads
- `Mac`: arm64: [fluentci-studio_v0.1.9_arm64.dmg](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.9/fluentci-studio_v0.1.9_arm64.dmg) intel: [fluentci-studio_v0.1.9_x64.dmg](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.9/fluentci-studio_v0.1.9_x64.dmg)
- `Linux`: [fluentci-studio_v0.1.9.AppImage](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.9/fluentci-studio_v0.1.9.AppImage)## Feedback
This repository is the central place to collect feedback and issues related to FluentCI Studio.
Please [**open an issue**](https://github.com/fluentci-io/fluentci-studio/issues/new) if you want to leave feedback. Feel free to also join our [**Discord server**](https://discord.gg/V4U6dPskKc)