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