Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.04 KB

rg-lib

A lightweight npm package with methods for some basic synchronous directory, file, git and logging operations.

Table of Contents

Installation

npm install --save @itchef/rg-lib

Usage

Assume that the following line of code precedes all of the examples.

  • To Use Directory Sync,

    import { Dir } from '@itchef/rg-lib'
    

    Please find the contract here.

  • To Use File Sync,

    import { File } from '@itchef/rg-lib'
    

    Please find the contract here.

  • To Use Git tasks,

    import { Git } from '@itchef/rg-lib'
    

    Please find the contract here.

  • To Use Logger,

    import { Logger } from '@itchef/rg-lib'
    

Please find the contract here.

License

MIT Licensed