Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 639 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 639 Bytes

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