0.0.2 • Published 4 months ago

htmlify_custom_dt_bundle v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ITables logo

This package is a ESM bundle of DataTables and some of its extensions for ITables.

How to compile the bundle

Run the following commands:

npm install
npm run build:js

How to update the dependencies

Run

npm update

and check whether there are any outdated package with npm outdated.

How to publish a new version

Update the dependencies, bump the version in package.json, and then:

# Package the extension
npm pack

# Publish the package on npm with
npm publish --access=public