v0.1.7
A minimal Fluent CI Pipeline
Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Dependencies
esm.sh
Versions
- v0.11.3Latest
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.2
- v0.8.1
- v0.8.0
- v0.8.0
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.0
- v0.2.11
- v0.2.10
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
Base Pipeline
This repository contains a minimal pipeline for a Fluent CI project. It is intended to be used as a template for new projects.
Files Tree Layout
src
βββ dagger : Dagger pipeline files
β βββ index.ts : Dagger pipeline entrypoint
β βββ jobs.ts : Dagger pipeline jobs
β βββ list_jobs.ts : Used by `fluentci ls` command
β βββ pipeline.ts : Dagger pipeline definition
β βββ runner.ts : Used by `dagger fluentci .` command
βββ github : Github Actions YAML Generator
β βββ config.ts : Github Actions Config
β βββ init_test.ts : Github Actions Config Test
β βββ init.ts : Used by `fluentci gh init` command
β βββ README.md : Github Actions README
βββ gitlab : Gitlab CI YAML Generator
βββ config.ts : Gitlab CI Config
βββ init.ts : Used by `fluentci gl init` command (coming soon!)