Skip to content

TheRealSyler/suf-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Helper functions.

codecov githubIssues npmV

suf Node Functions

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
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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published