Dev utils to be shared across NoteStream projects and packages.
Install the module:
$ yarn add @notestream/dev-utilsAnd import it in your project:
const devUtils = require("@notestream/dev-utils");$ yarn install$ yarn build$ yarn lint$ yarn clean