0.5.4 • Published 3 months ago

input-from-file-json v0.5.4

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

await take(inputFromFileJSON, { filePath: "data.json" });

Options

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

It reads the filePath from disk and returns either:

  • Error: If an error was caught reading or parsing the file
  • unknown: The result of running JSON.parse on the file's text contents

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

0.5.4

3 months ago

0.5.3

3 months ago

0.5.2

3 months ago

0.5.1

3 months ago

0.5.0

4 months ago

0.4.1

4 months ago

0.4.0

4 months ago

0.2.0

5 months ago

0.1.0-alpha.4

6 months ago

0.1.0-alpha.3

6 months ago

0.1.0-alpha.2

6 months ago

0.1.0-alpha.1

6 months ago

0.1.0-alpha.0

6 months ago