Feel free to ask questions using issues or fork and create a pull request if you have any improvements.
The project uses the yarn
package manager, please install by following Yarn's documentation.
To setup the project: clone the repository and navigate to the project's root directory.
Packages are managed using yarn's plug and play zero installs.
The transformer is tested using Jest.
Run the unit tests using:
yarn test
Run the end to end tests using:
yarn e2e
eslint
is used for code linting. Run using the lint command:
yarn lint