@jasonsbarr/simple-io

0.1.0 • Public • Published

Simple IO

A collection of file and console IO functions for use in a Node.js environment.

Created for my Introduction to Computer Science and Programming in JavaScript course.

Installation

npm install @jasonsbarr/simple-io

Usage

You can either require or import the package based on your needs:

import { readFile } from "@jasonsbarr/simple-io";

or

const { readFile } = require("@jasonsbarr/simple-io");

See documentation for more information.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    9
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    9

Package Sidebar

Install

npm i @jasonsbarr/simple-io

Weekly Downloads

7

Version

0.1.0

License

MIT

Unpacked Size

1.13 MB

Total Files

64

Last publish

Collaborators

  • jasonsbarr