Skip to main content
Module

x/fluentci/init.ts>default

This is the command line interface for FluentCI.
Go to Latest
function default
import { default } from "https://deno.land/x/fluentci@v0.4.5/init.ts";

Initializes a Fluent CI pipeline by fetching the specified template from the registry, downloading it, and copying it to the specified output directory.

Parameters

unnamed 0: { template?: string; standalone?: boolean; }
  • The options for the initialization.
optional
_name: string
  • The name of the template to use for the pipeline.