@pod-point/datagrid-js

0.2.6 • Public • Published

datagrid-js

Build Status

Installation

npm install --save @pod-point/datagrid-js

Usage

import DataGrid from 'datagrid-js';

const dataGrid = new DataGrid();

Development

webpack

Releases

This package is distributed via NPM.

Before merging your PR following code review & QA, ensure the assets have been built for production npm run build

Then run the following commands to update the package version and create a new release/tag.

npm version <major|minor|patch|prerelease>
git push && push --tags
npm publish

If you forget to do this before merging, this is not a problem, just create a new branch from master and run these same commands, remembering to open and merge a PR for this branch so that the package.json file is updated.

Readme

Keywords

none

Package Sidebar

Install

npm i @pod-point/datagrid-js

Weekly Downloads

1

Version

0.2.6

License

ISC

Unpacked Size

612 kB

Total Files

21

Last publish

Collaborators

  • pod-point