@akindele1973/readf

1.0.3 • Public • Published

@akindele1973/readf

read files in a content and send the strings to a variable

Installation

# using npm
npm install @akindele1973/readf

# using yarn
yarn add @akindele1973/readf

Usage

# using require
const readf = require('@akindele1973/readf');

# using import
import readf from '@akindele1973/readf';

Example

Using in a script:

const readf = require("@akindele1973/readf");
const mytext= readf(filename);

console.log(mytext)

Readme

Keywords

Package Sidebar

Install

npm i @akindele1973/readf

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

1.73 kB

Total Files

3

Last publish

Collaborators

  • akindele1973