0.0.8 • Published 7 months ago

@robinl/record_linkage_javascript_utilities v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

My TypeScript Library

Setup

First, install the required dependencies:

npm install

Development

Live Reloading and Rollup

Run the following command for live reloading and rollup:

npm run dev

This will start Rollup in watch mode and an HTTP server to serve your library. Any changes to the TypeScript files in the src directory will automatically trigger a rebuild and refresh the server.

Debugging with VS Code

  1. Open your project in VS Code.
  2. Set breakpoints in your TypeScript code as needed.
  3. Go to the Run tab in the sidebar (or press Ctrl+Shift+D) and choose the debug configuration that you'd like to run.
  4. Press the "Start Debugging" button (or press F5).

This will start a debugging session using the tsconfig.debug.json configuration. You should hit your breakpoints as expected.

Building for Production

To generate the production version of your library, run:

npm run build

This will create the bundled output in the dist directory.

npm publish --access public
0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago