This repository was archived by the owner on Oct 5, 2021. It is now read-only.
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
Refactoring to mono-repo. #54
Closed
Description
Right now, we have a semi mono-repo structure: the core functionality lives in src, but typewiz-node and typewiz-webpack already live under packages/.
I think it will make more sense to go all the way mono-repo - basically moving the core library to live inside
a packages subdirectory, and setup lerna or a similar tool for simplifying running tests across the repo during development / CI builds.