This project is experimental
- Install dependencies
yarn install
// or
npm i
- Run the tests
npm t
-
Write unit tests for your code
-
Write your code to pass the tests
-
Goto step 3
- Build the module
npm start
-
In your project root, run
npm i -D <folder>
, where<folder>
is a path to this project. -
Import and use it.
-
If you make changes after this, you'll have to repeat from step 1 plus uninstalling the package before step 2
npm uninstall fake-xrm
npm i -D <folder>