gridcreator
TypeScript icon, indicating that this package has built-in type declarations

1.0.383 • Public • Published

gridcreator

Grid Creator — Automate Grid Creation In BigParser

THIS PROJECT IS STILL IN THE DESIGN PHASE

IDEAS & CONTRIBUTIONS ARE WELCOME

An Open Source Universe Project


Contents

Features ✨

  • Create Grids In BigParser Planned
  • Manage Grids in BigParser via Local .grid files Planned
  • Sync Grid Data Models with .grid files Planned
  • Typescript Support Planned

Install 🛠

npm install gridcreator

Usage 🔭

Read more about the Design behind gridcreator here.

import { createGrid } from 'gridcreator';

const { data, error } = await createGrid({
  columns: {
    'Name': 'String',
    'Age': 'Number',
    'Date of Birth': 'Date',
  }
});

// { data: { gridId: '...' }, error: null }

Documentation 🛰

gridcreator is under active development, documentation will be added once an initial release is ready.

Contributing 🌎

We would love for you to contribute your ideas, code, & fixes to gridcreator.

We encourage everyone to read our Design Document to learn more about the thought process behind gridcreator.

Also check out the rewards offered for contributing to the Open Source Universe.

License ⚖️

MIT

Package Sidebar

Install

npm i gridcreator

Weekly Downloads

2

Version

1.0.383

License

MIT

Unpacked Size

7.43 kB

Total Files

6

Last publish

Collaborators

  • a-n-u-b-i-s