input-from-file-json
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha.1 • Public • Published

input-from-file-json

create input that reads a file as JSON.

🤝 Code of Conduct: Kept 🧪 Coverage 📝 License: MIT 📦 npm version 💪 TypeScript: Strict

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.

See create-josh.vercel.app > Engine > Runtime > Inputs for more documentation on Inputs.

Readme

Keywords

none

Package Sidebar

Install

npm i input-from-file-json

Weekly Downloads

155

Version

0.1.0-alpha.1

License

MIT

Unpacked Size

7.39 kB

Total Files

9

Last publish

Collaborators

  • joshuakgoldberg