0.0.48 • Published 6 years ago

@risio/mail v0.0.48

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Roadmap

Getting started

  • npm install - Install dependencies
  • npm start - Start watching the playground
  • npm run test-watch - Start watching the tests

Playground

This is used to test out functionalities of the framework.

This will compile and watch the Typescript files of each framework module so that they can be used inside the Playground.

  • npm start

Testing

You can either run this at root level to run all tests, or change directory into one of the modules and run the command there.

  • npm run test

To watch the tests.

  • npm run watch-test

Structure

Under the hood Lerna is used to split a single git repository into multiple npm packages. All packages can be found under the packages directory. Since the playground is marked as private: true in it's package.json, it's not published with the other modules.