Skip to main content
Module

x/fluentci/deps.ts

This is the command line interface for FluentCI.
Go to Latest
import * as fluentci from "https://deno.land/x/fluentci@v0.10.2/deps.ts";

Classes

Represents a Reader instance used to read data provided as a Blob instance.

Represents a WritableWriter instance used to retrieve the written data as a Blob instance.

Confirm prompt representation.

Input prompt representation.

Secret prompt representation.

Represents a Reader instance used to read data provided as a string.

Represents a Writer instance used to retrieve the written data as a string.

Represents a Reader instance used to read data provided as a Uint8Array instance.

c
z.Schema
abstract
c
z.ZodSchema
abstract
c
z.ZodType
abstract

Represents an instance used to read a zip file.

Represents an instance used to create a zip file.

Variables

Functions

Make the text bold.

Set text color to bright green.

Set text color to bright magenta.

Set text color to cyan.

Returns the user and platform specific directories.

Test whether or not the given path exists by checking with the file system. Please consider to check if the path is readable and either a file or a directory by providing additional options:

Generates a random name using an adjective and a personality

Set text color to gray.

Set text color to green.

Set text color to magenta.

Merge multiple streams into a single one, not taking order into account. If a stream ends before other ones, the other will continue adding data, and the finished one will not add any more data.

Runs an array of prompts.

Set text color to red.

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options.

Same as walk() but uses synchronous ops

Interfaces

Type Aliases