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

rg-lib is a npm package published by ITchef. It helps to perform directory actions in sync way.

License

Notifications You must be signed in to change notification settings

itchef/rg-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

rg-lib is a npm package published by ITchef. It helps to perform directory actions in sync way.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published