1.3.3 • Published 3 years ago

suf-node v1.3.3

Weekly downloads
118
License
MIT
Repository
github
Last release
3 years ago

SUF Node

consoleUtils

readConsole
function readConsole(): Promise<string>;
getYNAnswer
function getYNAnswer(defaultAnswer?: boolean): Promise<boolean>;

execUtils

ExecOptions
interface ExecOptions {
    linkStdout?: boolean;
}
ExecOut
interface ExecOut {
    stdout: string;
    stderr: string;
}
Exec
function Exec(command: string, options?: ExecOptions): Promise<ExecOut>;

fsUtils

Walk
/**
 * Returns an array with all the file names in the given directory
 */
function Walk(dir: string): Promise<string[]>;
Exits
function Exits(path: string): Promise<boolean>;

Generated with suf-cli

Copyright (c) 2020 Leonard Grosoli Licensed under the MIT license.

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago