@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @jasonsbarr/simple-io

Weekly Downloads

10

Version

0.1.0

License

MIT

Unpacked Size

1.13 MB

Total Files

64

Last publish

Collaborators

  • jasonsbarr