Automate Grid Creation In BigParser
npm install 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
---
- gridcreator
- Contents
- Features ✨
- Install 🛠
- Usage 🔭
- Documentation 🛰
- Contributing 🌎
- License ⚖️
- 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
``sh`
npm install gridcreator
Read more about the Design behind gridcreator here.
`typescript
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