Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 600 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 600 Bytes

This project is experimental

Setting up for local development

  1. Install dependencies
yarn install
// or
npm i
  1. Run the tests
npm t
  1. Write unit tests for your code

  2. Write your code to pass the tests

  3. Goto step 3

Using built module locally

  1. Build the module
npm start
  1. In your project root, run npm i -D <folder>, where <folder> is a path to this project.

  2. Import and use it.

  3. 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>