Simplifies the process of integrating howdoi as a code editor extension.
To install all necessary packages run:
npm install
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