0.5.4 • Published 4 months ago

input-from-file v0.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago
npm i input-from-file
import { inputFromFile } from "input-from-file";

await take(inputFromFile, { filePath: "data.txt" });

Options

inputFromFile takes a single argument, filePath, of type string.

It reads the filePath from disk and returns either:

  • Error: If an error was caught reading the file
  • string: The text contents of the file

See create.bingo > Templates > Concepts > Inputs for more documentation on Inputs.

0.5.4

4 months ago

0.5.3

4 months ago

0.5.2

4 months ago

0.5.1

4 months ago

0.5.0

5 months ago

0.4.1

5 months ago

0.4.0

5 months ago

0.2.0

6 months ago

0.1.0-alpha.4

7 months ago

0.1.0-alpha.3

7 months ago

0.1.0-alpha.2

7 months ago

0.1.0-alpha.1

7 months ago

0.1.0-alpha.0

7 months ago