0.0.7 • Published 5 months ago

@tdi-mc/mailer v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Installation

Use the package manager to install @tdi-mc/mailer (if you have been published to npm registry)

yarn add @tdi-mc/mailer

Local Development

For development, a package can be linked into another project. This is often useful to test out new features

  cd packages/core
  yarn link

Use yarn link @tdi-mc/mailer to link another package that you’d like to test into your current project.

Usage

import { isDev } from '@tdi-mc/mailer/dist/utils';

isDev();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago