mwc3-back-helpers
v1.0.3
Published
Suite of modules to help building tools around MWC framework.
Downloads
31
Readme
mwc3-back-helpers
📂 Suite of modules to help building tools around the MWC framework.
👷 Development
Prerequisites
The sources rely on some data maps that need to be built prior to development
git clone https://github.com/vdegenne/mwc3-back-helpers.git
cd mwc3-back-helpers
npm i
npm run build
🥼 Test
This repository uses wireit
, tests can be run in watch mode using the following command:
npm run test --watch