Skip to content

intellibus/gridcreator

Repository files navigation

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