THIS PROJECT IS STILL IN THE DESIGN PHASE
IDEAS & CONTRIBUTIONS ARE WELCOME
An Open Source Universe Project
- 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
npm install gridcreatorRead 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 }gridcreator is under active development, documentation will be added once an initial release is ready.
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.
MIT
