zen-table-render-core
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

pipeline status npm version

Zen Table Core

Description

This lib is the Rendering Core (uses zen-crunch-core). It produces JSON ingestible table configuration options for HandsonTable

Features

  1. Can Use multiple Cols and Rows in table
  2. Provide nested Column and Row headers
  3. Provide options to set run time aggregators on RAW Data
  4. Provide options to sort one column to sort and many more ...

Dev notes

Fully Automated Commit and tagging and CI integrated. Semver Followed. To setup and develop on this libs please follow these steps

Prerequisites
  1. Nodejs 6+ and npm 5+ is needed
Steps to setup ENV
  1. Clone Repo
    • git clone git@gitlab.zenatix.com:zenatix/zen-crunch-core.git
    • npm install
  2. Run - sudo npm install -g release-it
  3. Testing test cases npm t
  4. Testing release locally
    1. Use - npm run build && npm pack to create a tar of package
    2. Install this tar in main repo by npm install <path to file>
  5. Commit system just commits all staged files.
    • You can manually stage files
    • To stage all files. Run npm run stage:all
  6. Create release
    • Patch release - npm run release:patch
    • Minor release - npm run release:minor
    • Major release - npm run release:major

Maintained By - Zenatix Solutions.

Peace

Readme

Keywords

none

Package Sidebar

Install

npm i zen-table-render-core

Weekly Downloads

0

Version

0.0.9

License

MIT

Last publish

Collaborators

  • zenatix