README.md 374 B

Code Editor Integration Development

Simplifies the process of integrating howdoi as a code editor extension.

Installation

To install all necessary packages run:

npm install

Development

To compile the script:

npm run compile

To run the script:

npm start

To compile and run the script:

npm run build

To run the testing script:

npm test