@solidbasisventures/intelliwaketsnode
v2.5.1
Published
NPM package for IntelliWake Node Components
Readme
IntelliWakeTSFoundation
IntelliwakeTSNode, short for the IntelliWake TypeScript Node Library provides multiple helper functions in a back-end node server that are not present in vanilla JavaScript.
Documentation on how to use these features can be found on our WIKI
Publishing
Use the following scripts found in the package.json to manage the repository:
To run unit tests:
pnpm run Vitest-WatchNote: please update test scripts for any changes.
To run the consoles.ts file (with a watch for changes):
pnpm run TSNodeDevTo update the packages in the package.json:
pnpm run Intall-IntelliWakeAfter a significant change, update the minor version number with:
pnpm run Verision-Minor-AdvanceTo publish the repository to NPMJS:
pnpm run Publish