Easily stop unwanted email - Unlimited, free temporary email addresses, all forwarding to your real email address.
For more information check out the website - https://msk.sh
To self-host Mailmask please follow the self-hosted guide.
Bootstrap the monorepo:
$ npm run bootstrapAt this point you can go into individual packages and test them out.
To create new package (note: if folder_name = pkg1 then name
in pkg1/package.json should be set to @mailmask/pkg1):
$ node_modules/.bin/lerna create <folder_name>To add a new dependency to one of the packages:
node_modules/.bin/lerna add <npm pkg name> --scope=@mailmask/<pkg>
npm run bootstrapEnsure you're on master branch
yarn pre-release
yarn releaseAGPL v3 - see LICENSE.md