Skip to content

Latest commit

 

History

History

dev-utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dev Utils

Dev utils to be shared across Sablier projects and packages.

Usage

Install the module:

$ yarn add @sablier/dev-utils

And import it in your project:

const sablierDevUtils = require("@sablier/dev-utils");

Contributing

We highly encourage participation from the community to help shape the development of Sablier. If you are interested in contributing or have any questions, please ping us on Discord.

Install Modules

$ yarn install

Build

$ yarn build

Lint

$ yarn lint

Clean

$ yarn clean