Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 787 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 787 Bytes

YOUR_LIBRARY_NAME

Nest Logo

Give a brief explanation of what is the purpose and benefits of this library.

Example:

Configuration library that allows you to easily setup and validate your...

  • First benefit.
  • Second benefit.
  • And so on...

Installation

Explain how to install your library.

Example

npm install your-library

Usage

Explain how to use your library.

Example:

The simplest way to use it is the following:

  1. Create the value using myFunction.

    import { myFunction } from 'your-library';
    
    const myValue = myFunction('It make something great!');
    
    return myValue;